Skip to content

Commit

Permalink
Update vite.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
moatazeldebsy authored Dec 9, 2024
1 parent 86fa30d commit 38bf453
Showing 1 changed file with 1 addition and 1 deletion.
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: '/', // Add repository name back to base URL
base: '/test-automation-practices/', // Add repository name back to base URL
optimizeDeps: {
exclude: ['lucide-react'],
},
Expand Down

0 comments on commit 38bf453

Please sign in to comment.