Skip to content

Commit 88556b5

Browse files
committed
Fix config to serve from the top-level site.
1 parent 9c5782f commit 88556b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

site/vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ import { defineConfig } from 'vite'
22
import vue from '@vitejs/plugin-vue'
33

44
export default defineConfig({
5-
base: '/openpois/',
5+
base: '/',
66
plugins: [vue()],
77
})

0 commit comments

Comments
 (0)