We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fc90fc commit 389de0fCopy full SHA for 389de0f
docs/.vitepress/config.mjs
@@ -13,7 +13,7 @@ export default defineConfig({
13
['link', { rel: 'stylesheet', href: base + 'styles.css' }],
14
],
15
base,
16
- outDir: '../../dist/docs',
+ outDir: '../dist/docs',
17
appearance: false,
18
themeConfig: {
19
// https://vitepress.dev/reference/default-theme-config
0 commit comments