Skip to content

Commit c97f606

Browse files
authored
Merge pull request #27 from mapcomponents/Add-MultiTab
vite.config.ts should fix error
2 parents 65b7323 + 566e426 commit c97f606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multi_tab/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ import react from '@vitejs/plugin-react'
44
// https://vitejs.dev/config/
55
export default defineConfig({
66
plugins: [react()],
7-
base: '/multi_tab/',
7+
base: '/react-map-components-apps/multi_tab/',
88
})

0 commit comments

Comments
 (0)