diff --git a/views/vite.config.js b/views/vite.config.js index 6e8bc79..58e124b 100644 --- a/views/vite.config.js +++ b/views/vite.config.js @@ -4,7 +4,7 @@ import react from '@vitejs/plugin-react'; // https://vitejs.dev/config/ export default defineConfig({ plugins: [react()], - base: '/Building-u-feedback/', + base: './Building-u-feedback/', ////Uncomment for local development only // server: {