diff --git a/frontend/vite.config.js b/frontend/vite.config.js index d409838a..55706dae 100644 --- a/frontend/vite.config.js +++ b/frontend/vite.config.js @@ -4,11 +4,6 @@ import react from '@vitejs/plugin-react-swc'; // https://vite.dev/config/ export default defineConfig({ // The base URL for the build, adjust this to match your desired path - build: { - // Make sure assets are placed correctly in the build output - assetsDir: 'static/assets', - }, - plugins: [react()], server: {