Skip to content

Commit

Permalink
fix: update i18n cookie naming
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Apr 11, 2024
1 parent 99fa05f commit fd25525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export default defineNuxtConfig({
defaultLocale: 'en-US',
detectBrowserLanguage: {
useCookie: true,
cookieKey: 'i18n_redirected',
cookieKey: 'i18n_redirected_2',
redirectOn: 'root',
},
locales: Object.values(LANGUAGE_LOCALES),
Expand Down

0 comments on commit fd25525

Please sign in to comment.