You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I have a defaultLanguage set, I'd like an option to have that redirects all pages for that language to the root, instead of /<lang>. This applies mostly to <Link> and changeLocale()
E.g. I have en and is and is is the default language. If I call changeLocale('is') on /en/about I'd like to go to /about not /is/about.
wiziple, simonwiles, jhoffmcd, saravanakumargn, rosskhanas and 9 more