Skip to content

Commit

Permalink
Update vite.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
iyadh authored Jan 5, 2024
1 parent b12f067 commit c1aeeb3
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 @@ -12,5 +12,5 @@ export default defineConfig({
'@': fileURLToPath(new URL('./src', import.meta.url)),
},
},
base: '/price-calculator/',
base: './',
});

1 comment on commit c1aeeb3

@vercel
Copy link

@vercel vercel bot commented on c1aeeb3 Jan 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.