Browse Source

Adding onlyOnRoot flag to detectBrowserLanguage

pull/976/head
Collin Brown 4 years ago
parent
commit
689b30a6dd
1 changed files with 1 additions and 1 deletions
  1. 2
      frontend/i18n/index.js

2
frontend/i18n/index.js

@ -22,6 +22,6 @@ export default {
detectBrowserLanguage: {
useCookie: true,
cookieKey: 'i18n_redirected',
onlyOnRoot: true, // for SEO purposes
onlyOnRoot: true // for SEO purposes
}
}
Loading…
Cancel
Save