We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
base
1 parent 1ff375a commit ab60b9dCopy full SHA for ab60b9d
vite.config.ts
@@ -1,5 +1,6 @@
1
import { defineConfig } from 'vite'
2
3
export default defineConfig({
4
+ base: './',
5
plugins: [],
6
})
0 commit comments