1
0
forked from bot/app

更新配置,禁用清理 URL 功能

This commit is contained in:
2025-03-07 21:35:21 +08:00
parent 3a60450358
commit 75c67bdffc

View File

@@ -58,6 +58,7 @@ export const common = defineConfig({
rewrites: { rewrites: {
[`${defaultLocale}/:rest*`]: ":rest*", [`${defaultLocale}/:rest*`]: ":rest*",
}, },
cleanUrls: false,
themeConfig: { themeConfig: {
logo: { logo: {
light: '/liteyuki.svg', light: '/liteyuki.svg',