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 0fe8676 commit c469164Copy full SHA for c469164
apps/docs/vite.config.ts
@@ -10,7 +10,7 @@ export default defineConfig({
10
port: 3000,
11
},
12
build: {
13
- outDir: '.output',
+ outDir: 'dist',
14
15
plugins: [
16
mdx(await import('./source.config')),
0 commit comments