Skip to content

Commit

Permalink
Update vite.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
LilWikipedia authored Nov 21, 2024
1 parent 0eac95a commit ead8a20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ export default defineConfig({
},
plugins: [react()],
build: {
outDir: 'docs',
outDir: './dists/',
},
});
});

0 comments on commit ead8a20

Please sign in to comment.