-
-
Notifications
You must be signed in to change notification settings - Fork 492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor!: replace onlyOnNoPrefix and onlyOnRoot with redirectOn #1210
Conversation
Aren't we losing support for a certain behavior now? Previously there were three options (if we assume
Now the Even if I said to "combine" those two options, I didn't mean to combine the behavior but combine those two separate options into one option that the user can use to selectively enable each behavior. So something like |
b23ec96
to
e79801c
Compare
Hello, I still think that we should merge both options ( @dword-design you've worked on adding that feature, what do you think? Thanks! |
53f0b19
to
117152f
Compare
I was under impression that Here is current description of the options:
|
@divine Hey, not sure where I am helpful here, sounds more like an architectural issue 😄. But I will help if needed. Merging currently does not make sense to me because Which of both you think is a bugfix? |
117152f
to
eeb535b
Compare
eeb535b
to
5191b00
Compare
Sorry guys, I misunderstood that issue! @rchl let me know if anything else is needed. Thanks! |
There are still 2 references to |
Actually that's in the SEO page so should merge |
c198958
to
30f1e62
Compare
No, sorry, it's actually the |
c1676fc
to
2cda4be
Compare
Thanks! |
Trying to make this PR sensible because enabling
detectBrowserLanguage.onlyOnRoot
here by default creates a lot of failing tests thus making this PR huge.