We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37da3f1 commit e093d7bCopy full SHA for e093d7b
vite.config.ts
@@ -1,7 +1,8 @@
1
-import { defineConfig } from 'vite'
2
-import vue from '@vitejs/plugin-vue'
+import { defineConfig } from 'vite';
+import vue from '@vitejs/plugin-vue';
3
4
// https://vite.dev/config/
5
export default defineConfig({
6
plugins: [vue()],
7
-})
+ base: '/html-builder/',
8
+});
0 commit comments