Skip to content

Commit 57b305a

Browse files
committed
fix: out dir
1 parent 09ad299 commit 57b305a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default defineConfig({
1313
['link', { rel: 'stylesheet', href: base + 'styles.css' }],
1414
],
1515
base,
16-
outDir: '../../dist/docs',
16+
outDir: '../dist/docs',
1717
appearance: false,
1818
themeConfig: {
1919
// https://vitepress.dev/reference/default-theme-config

0 commit comments

Comments
 (0)