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