From 63d9d8f7a8686360db0c6e1c3df81eb478d9c5d2 Mon Sep 17 00:00:00 2001 From: Aakash Singh Date: Thu, 26 Oct 2023 15:31:46 +0530 Subject: [PATCH] rename assets dir to avoid conflicts with /assets/ route --- vite.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/vite.config.ts b/vite.config.ts index 7aafe6e1d5c..ecd6a2676d3 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -54,6 +54,7 @@ export default defineConfig({ ], build: { outDir: "build", + assetsDir: "bundle", rollupOptions: { output: { manualChunks(id) {