Skip to content

Commit 8d177ee

Browse files
committed
remove intl cookie
1 parent 9d8e265 commit 8d177ee

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)