From b1f51a2700cc7d99af796b7d372f41ff31122354 Mon Sep 17 00:00:00 2001 From: hailin Date: Sun, 18 May 2025 21:37:43 +0800 Subject: [PATCH] . --- app/[locale]/setup/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/[locale]/setup/page.tsx b/app/[locale]/setup/page.tsx index f9de638..3b961e2 100644 --- a/app/[locale]/setup/page.tsx +++ b/app/[locale]/setup/page.tsx @@ -54,7 +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}`