diff --git a/vite.config.ts b/vite.config.ts index a2affa2e..e99ddb4c 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -9,6 +9,6 @@ export default defineConfig({ }, plugins: [react()], build: { - outDir: 'docs', + outDir: './dists/', }, -}); \ No newline at end of file +});