This commit is contained in:
parent
b493d2768c
commit
1f0a0aab58
|
|
@ -54,8 +54,8 @@ export default function SetupPage() {
|
||||||
if (locales.includes(segment)) {
|
if (locales.includes(segment)) {
|
||||||
locale = segment
|
locale = segment
|
||||||
}
|
}
|
||||||
//const homePath = locale === defaultLocale ? "/" : `/${locale}`
|
const homePath = locale === defaultLocale ? "/" : `/${locale}`
|
||||||
const homePath = locale === defaultLocale ? "" : `/${locale}`
|
//const homePath = locale === defaultLocale ? "" : `/${locale}`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue