diff --git a/frontend/vite.config.js b/frontend/vite.config.js index b7314bf78..56291d8c4 100644 --- a/frontend/vite.config.js +++ b/frontend/vite.config.js @@ -13,7 +13,7 @@ export default defineConfig({ }, }, build: { - outDir: `../${path.basename(path.resolve('..'))}/public/frontend`, + outDir: `../insights/public/frontend`, emptyOutDir: true, target: 'es2015', sourcemap: true,