Skip to content

Commit 1dd351b

Browse files
committed
fix: correct vite config for github pages deployment
1 parent a3fc51c commit 1dd351b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

vite.config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import { defineConfig } from 'vite'
22
import vue from '@vitejs/plugin-vue'
33

4+
// https://vitejs.dev/config/
45
export default defineConfig({
5-
base: './',
6-
plugins: [vue()]
6+
base: '/ChatBox2OpenWebUI/',
7+
plugins: [vue()],
78
})

0 commit comments

Comments
 (0)