Skip to content

Commit

Permalink
chore: rename asset dir to avoid conflicts with backend API endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed Feb 21, 2023
1 parent 76b6f4d commit 1d94558
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.ts
Expand Up @@ -22,6 +22,7 @@ export default defineConfig({
port: 3000,
},
build: {
assetsDir: "static", // avoid conflicts with backend asset endpoints
rollupOptions: {
input: {
main: resolve(__dirname, "index.html"),
Expand Down

0 comments on commit 1d94558

Please sign in to comment.