Skip to content

Commit

Permalink
rename assets dir to avoid conflicts with /assets/ route (#6501)
Browse files Browse the repository at this point in the history
  • Loading branch information
sainak authored Oct 26, 2023
1 parent 61a54e7 commit 536d161
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export default defineConfig({
],
build: {
outDir: "build",
assetsDir: "bundle",
rollupOptions: {
output: {
manualChunks(id) {
Expand Down

0 comments on commit 536d161

Please sign in to comment.