We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c5782f commit 88556b5Copy full SHA for 88556b5
1 file changed
site/vite.config.js
@@ -2,6 +2,6 @@ import { defineConfig } from 'vite'
2
import vue from '@vitejs/plugin-vue'
3
4
export default defineConfig({
5
- base: '/openpois/',
+ base: '/',
6
plugins: [vue()],
7
})
0 commit comments