We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bf7a6a commit 53368eaCopy full SHA for 53368ea
1 file changed
map/vite.config.js
@@ -4,7 +4,7 @@ import { fileURLToPath } from 'node:url'
4
const __dirname = dirname(fileURLToPath(import.meta.url))
5
6
export default {
7
- // base: '/map',
+ base: '/map',
8
build: {
9
sourcemap: true,
10
rollupOptions: {
0 commit comments