mirror of
https://github.com/LCE-Hub/lce-hub.github.io.git
synced 2026-07-17 15:57:22 +00:00
fix(vite): set base to /
This commit is contained in:
parent
9d22d4d38c
commit
48448157a3
|
|
@ -1,5 +1,5 @@
|
|||
import { defineConfig } from 'vite'
|
||||
|
||||
export default defineConfig({
|
||||
base: '/website/',
|
||||
base: '/',
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue