attempting to fix assets path

This commit is contained in:
dekzter 2025-03-17 19:56:15 -04:00
parent 04f5c39dac
commit 1812c36ffb

View file

@ -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: {