We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ed1b54 commit e310708Copy full SHA for e310708
vite.config.js
@@ -0,0 +1,5 @@
1
+import { defineConfig } from 'vite'
2
+
3
+export default defineConfig({
4
+ base: '',
5
+})
0 commit comments