This commit is contained in:
Eshan Roy
2024-12-03 20:25:03 +05:30
parent e07e3bfbf3
commit 8b4de59db4
2 changed files with 1 additions and 2 deletions

View File

@@ -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",

View File

@@ -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'],
},