This commit is contained in:
parent
712d7d8ecc
commit
b1f51a2700
|
|
@ -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}`
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue