Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
eshanized committed Dec 3, 2024
1 parent e07e3bf commit 8b4de59
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
},
Expand Down

0 comments on commit 8b4de59

Please sign in to comment.