We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de7e731 commit c7b0a63Copy full SHA for c7b0a63
vite.config.js
@@ -3,6 +3,6 @@ import react from '@vitejs/plugin-react'
3
4
// https://vitejs.dev/config/
5
export default defineConfig({
6
- base: '/country-insights/',
+ base: '/',
7
plugins: [react()],
8
})
0 commit comments