We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7e94f6 commit f2e5400Copy full SHA for f2e5400
index.html
@@ -16,5 +16,5 @@
16
// fall back if no match could be found
17
if (!match) match = "en-US";
18
19
-window.location.replace("/" + match);
+window.location.replace("/" + match + "/");
20
</script>
0 commit comments