This commit is contained in:
hailin 2025-05-19 13:09:56 +08:00
parent b493d2768c
commit 1f0a0aab58
1 changed files with 2 additions and 2 deletions

View File

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