From 1812c36ffb5fff906362aa1029a2e717d2328577 Mon Sep 17 00:00:00 2001 From: dekzter Date: Mon, 17 Mar 2025 19:56:15 -0400 Subject: [PATCH] attempting to fix assets path --- frontend/vite.config.js | 5 ----- 1 file changed, 5 deletions(-) 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: {