Skip to content

Commit

Permalink
Use the right folder
Browse files Browse the repository at this point in the history
Co-authored-by: Naomi <[email protected]>
  • Loading branch information
a2937 and naomi-lgbt authored Oct 29, 2024
1 parent b34e38b commit 3bc4c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default defineConfig({
plugins: [react(), viteTsconfigPaths()],
root: './',
build: {
outDir: '../build',
outDir: './build',
emptyOutDir: true, // also necessary
},
server: {
Expand Down

0 comments on commit 3bc4c1c

Please sign in to comment.