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
Handle trailing slashes when prefixing routes (#970)
Handle trailing slashes when prefixing routes.
We use the function pathJoin to make sure that we handle trailing slashes in the right way when prefixing routes.
This is to prepare the router to prefix routes like * with a result: /:locale?/*
Fixes #161830978
0 commit comments