diff --git a/docs/guide/configuration.md b/docs/guide/configuration.md index bc6e747c..f2661653 100644 --- a/docs/guide/configuration.md +++ b/docs/guide/configuration.md @@ -16,7 +16,7 @@ Without any configuration, the page is pretty minimal, and the user has no way t The essential file for configuring a VitePress site is `.vitepress/config.js`, which should export a JavaScript object: ```js -module.exports = { +export default { title: 'Hello VitePress', description: 'Just playing around.' }