Skip to content

Commit e6dc16a

Browse files
authored
Merge pull request #15216 from ethereum/remove-intl-cookie
Remove intl cookie
2 parents 371df82 + 8d177ee commit e6dc16a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/i18n/routing.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import { DEFAULT_LOCALE, LOCALES_CODES } from "@/lib/constants"
66
export const routing = defineRouting({
77
locales: LOCALES_CODES,
88
defaultLocale: DEFAULT_LOCALE,
9+
localeCookie: false,
910
})
1011

1112
// Lightweight wrappers around Next.js' navigation APIs

0 commit comments

Comments
 (0)