mirror of
https://github.com/LCE-Hub/lce-hub.github.io.git
synced 2026-07-15 21:32:25 +00:00
fix(vite): set base to /
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { defineConfig } from 'vite'
|
||||
|
||||
export default defineConfig({
|
||||
base: '/website/',
|
||||
base: '/',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user