diff --git a/docs/config/app-configs.md b/docs/config/app-configs.md index 21f4c112..0e65f790 100644 --- a/docs/config/app-configs.md +++ b/docs/config/app-configs.md @@ -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`