docs: add `outDir` (#1116)

Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
pull/1126/head
Fuqiao Xue 2 years ago committed by GitHub
parent b51549b3bc
commit 8e190aa411
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -171,6 +171,19 @@ interface MarkdownOptions extends MarkdownIt.Options {
}
```
## outDir
- Type: `string`
- Default: `./.vitepress/dist`
The build output location for the site, relative to project root (`docs` folder if you're running `vitepress build docs`).
```ts
export default {
outDir: '../public'
}
```
## title
- Type: `string`

Loading…
Cancel
Save