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

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