This commit is contained in:
Eshan Roy
2024-12-03 19:15:05 +05:30
parent dabe4a0f45
commit e3c47f22b8
2 changed files with 3 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ import react from '@vitejs/plugin-react';
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
base: '/snigdhaos-web-dev/',
base: '/',
optimizeDeps: {
exclude: ['lucide-react'],
},