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
{{ message }}
This repository was archived by the owner on Sep 30, 2020. It is now read-only.
Retaining the fragment identifier when redirecting
Currently, if a user requests /team.html#foo and is redirected to
the sv-SE language, the new location will be /sv-SE/team.html.
This commit appends the fragment identifier to the redirection
target. Thus, if a user is requesting /team.html#foo and is
redirected to the sv-SE language, the new location will be
/sv-SE/team.html#foo.
0 commit comments