This commit is contained in:
hailin 2025-05-18 21:37:43 +08:00
parent 712d7d8ecc
commit b1f51a2700
1 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,8 @@ export default function SetupPage() {
if (locales.includes(segment)) { if (locales.includes(segment)) {
locale = segment locale = segment
} }
const homePath = locale === defaultLocale ? "/" : `/${locale}` //const homePath = locale === defaultLocale ? "/" : `/${locale}`
const homePath = locale === defaultLocale ? "" : `/${locale}`