i18n Cookie issue (#694)

This commit is contained in:
Chirag Chhatrala 2025-02-10 16:59:42 +05:30 committed by GitHub
parent 29640fc70b
commit 11d15b56ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -48,7 +48,10 @@ export default defineNuxtConfig({
defaultLocale: 'en',
lazy: true,
langDir: 'lang/',
strategy: 'no_prefix'
strategy: 'no_prefix',
detectBrowserLanguage: {
cookieSecure: true
}
},
experimental: {
inlineRouteRules: true