Improve analytics UX with geo maps and readability updates
This commit is contained in:
@@ -4,6 +4,11 @@ import react from '@vitejs/plugin-react'
|
||||
// https://vite.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
resolve: {
|
||||
alias: {
|
||||
'react-simple-maps': 'react-simple-maps/dist/index.es.js',
|
||||
},
|
||||
},
|
||||
server: {
|
||||
proxy: {
|
||||
'/api': 'http://localhost:4173',
|
||||
|
||||
Reference in New Issue
Block a user