vercel deployment changes

This commit is contained in:
Harivansh Rathi 2024-11-20 19:58:53 -05:00
parent f1ca72a782
commit e8e5e241bf
4 changed files with 16 additions and 9 deletions

View file

@ -6,6 +6,5 @@ export default defineConfig({
plugins: [react()],
optimizeDeps: {
exclude: ['lucide-react'],
},
base: '/Habit-Tracker/',
}
});