From 1f0a0aab5834eff684cb17b393ed7c772a912f7c Mon Sep 17 00:00:00 2001 From: hailin Date: Mon, 19 May 2025 13:09:56 +0800 Subject: [PATCH] . --- chatdesk-ui/app/[locale]/setup/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chatdesk-ui/app/[locale]/setup/page.tsx b/chatdesk-ui/app/[locale]/setup/page.tsx index 3b961e2..56776ba 100644 --- a/chatdesk-ui/app/[locale]/setup/page.tsx +++ b/chatdesk-ui/app/[locale]/setup/page.tsx @@ -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}`