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}`