From e07e3bfbf325f615d947a0f30bfeae16bab1084c Mon Sep 17 00:00:00 2001 From: Eshan Roy Date: Tue, 3 Dec 2024 20:16:50 +0530 Subject: [PATCH] III --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index 9c2ee57..f8b9b7c 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -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'], },