This commit is contained in:
Eshan Roy
2024-12-03 20:16:50 +05:30
parent ba1808efa0
commit e07e3bfbf3

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/', // Replace with your repository name
base: '/', // Replace with your repository name
optimizeDeps: {
exclude: ['lucide-react'],
},