Skip to content

Commit f2e5400

Browse files
committed
Use canonical URL for language redirect
1 parent f7e94f6 commit f2e5400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
// fall back if no match could be found
1717
if (!match) match = "en-US";
1818

19-
window.location.replace("/" + match);
19+
window.location.replace("/" + match + "/");
2020
</script>

0 commit comments

Comments
 (0)