Skip to content

Commit c7b0a63

Browse files
committed
[Fix] base path vite config
1 parent de7e731 commit c7b0a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ import react from '@vitejs/plugin-react'
33

44
// https://vitejs.dev/config/
55
export default defineConfig({
6-
base: '/country-insights/',
6+
base: '/',
77
plugins: [react()],
88
})

0 commit comments

Comments
 (0)