Skip to content

Commit

Permalink
Remove base configuration from Vite config to default to root path.
Browse files Browse the repository at this point in the history
  • Loading branch information
swuecho committed Aug 28, 2024
1 parent 80f2b1a commit 581c952
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export default defineConfig((env) => {
},
},
},
base: '/static/',
build: {
reportCompressedSize: false,
sourcemap: false,
Expand Down

0 comments on commit 581c952

Please sign in to comment.