pull/711/head
Divyansh Singh 3 years ago
parent 0927a7393b
commit 03ac2233b5

@ -17,7 +17,6 @@ export default defineConfig({
editLink: { editLink: {
repo: 'vuejs/vitepress', repo: 'vuejs/vitepress',
branch: 'next',
dir: 'docs', dir: 'docs',
text: 'Edit this page on GitHub' text: 'Edit this page on GitHub'
}, },

@ -15,12 +15,12 @@ The essential file for configuring a VitePress site is `.vitepress/config.js`, w
```js ```js
export default { export default {
title: 'Hello VitePress', title: 'VitePress',
description: 'Just playing around.' description: 'Just playing around.'
} }
``` ```
In the above example, the site will have the title of `VitePress`, and `Just playing around` as description meta tag. In the above example, the site will have the title of `VitePress`, and `Just playing around.` as the description meta tag.
Learn everything about VitePress features at [Theme: Introduction](./theme-introduction) to find how to configure specific features with in this config file. Learn everything about VitePress features at [Theme: Introduction](./theme-introduction) to find how to configure specific features with in this config file.

Loading…
Cancel
Save