Replies: 1 comment
-
Sorry about that, I think this seems to be an issue after all.. Creating a new issue 😅 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Environment
Reproduction
Describe the bug
Hi!
When using the
prefix_and_default
strategy and thedetectBrowserLanguage
option, the redirect logic is unclear.Current behavior:
site.com/
→ clickNL
→site.com/nl
→ change url manually tosite.com/
→ getsite.com/nl
What I expected from the parameter
alwaysRedirect: false
:site.com/
→ clickNL
→site.com/nl
→ change url manually tosite.com/
→ getsite.com/
Am I doing something wrong? Is there any way to fix this in nuxt.config.ts?
Additional context
Logs
No response
Beta Was this translation helpful? Give feedback.
All reactions