Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoRCD committed Feb 6, 2025
1 parent 814bb97 commit 8b7ee30
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,6 @@ export default defineNuxtConfig({
{ code: 'en', name: 'English', language: 'en-US' },
{ code: 'fr', name: 'French', language: 'fr-FR' },
],
detectBrowserLanguage: {
useCookie: true,
cookieKey: 'i18n_redirected',
redirectOn: 'root',
},
strategy: 'prefix_except_default',
defaultLocale: 'en',
vueI18n: '~/i18n.config.ts',
Expand Down

0 comments on commit 8b7ee30

Please sign in to comment.