diff --git a/package.json b/package.json index 75c0174..d8d47e8 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,6 @@ "private": true, "version": "0.0.0", "type": "module", - "homepage": "https://snigdha-os.github.io/snigdhaos-web-dev", "scripts": { "dev": "vite", "build": "vite build", diff --git a/vite.config.ts b/vite.config.ts index f8b9b7c..c7cc947 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: '/', // Replace with your repository name + // base: '/', // Replace with your repository name optimizeDeps: { exclude: ['lucide-react'], },