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.
1 parent a3fc51c commit 1dd351bCopy full SHA for 1dd351b
vite.config.js
@@ -1,7 +1,8 @@
1
import { defineConfig } from 'vite'
2
import vue from '@vitejs/plugin-vue'
3
4
+// https://vitejs.dev/config/
5
export default defineConfig({
- base: './',
6
- plugins: [vue()]
+ base: '/ChatBox2OpenWebUI/',
7
+ plugins: [vue()],
8
})
0 commit comments