🐛 fix(_config): update config file*

This commit is contained in:
alokify
2024-12-03 22:01:23 +05:30
parent 2d2e85cb61
commit c3b6ab5f03
2 changed files with 12 additions and 6 deletions

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