Skip to content

Commit

Permalink
fix i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
CKGrafico committed Jan 23, 2023
1 parent 129cd22 commit 08cf7b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ export default defineNuxtConfig({
locales,
defaultLocale,
detectBrowserLanguage: {
useCookie: true,
cookieKey: 'i18n_redirected',
useCookie: false,
alwaysRedirect: true,
redirectOn: 'root'
}
},
Expand Down

0 comments on commit 08cf7b5

Please sign in to comment.