Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit 43b45a1

Browse files
fix: seo language detection clash
1 parent f5af974 commit 43b45a1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

i18n/index.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@ module.exports = {
1616
defaultLocale: 'en',
1717
seo: false,
1818
lazy: true,
19-
detectBrowserLanguage: {
20-
cookieKey: 'redirected',
21-
useCookie: true
22-
},
19+
detectBrowserLanguage: false,
2320
langDir: 'i18n/',
2421
parsePages: false,
2522
pages: {

0 commit comments

Comments
 (0)