diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index 0ffd758db2..06200c19b5 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -33,6 +33,7 @@ export default defineConfig({ }, build: { outDir: 'build', + assetsDir: 'static', }, plugins: [react(), tsconfigPaths(), svgr(), envCompatible()], });