更新配置,禁用清理 URL 功能
Some checks failed
Docker Image Build / build (push) Failing after 54s
Pre-commit checks / pre-commit (3.10) (push) Failing after 2m47s
Pre-commit checks / pre-commit (3.11) (push) Failing after 2m36s
Pre-commit checks / pre-commit (3.12) (push) Failing after 2m35s
Pre-commit checks / pre-commit (3.13) (push) Failing after 2m45s
Deploy VitePress site to Liteyuki PaaS / build (push) Failing after 11m59s

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',