This commit is contained in:
Eshan Roy
2024-12-03 19:41:44 +05:30
parent baf2807fe8
commit 01ddacda24
4 changed files with 24 additions and 3 deletions

View File

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