We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 178ed96 commit 2bb36baCopy full SHA for 2bb36ba
index.html
@@ -7,10 +7,12 @@
7
<meta http-equiv="refresh" content="1; url=latest/" />
8
</noscript>
9
<script>
10
- window.location.replace("latest/" + window.location.hash);
+ window.location.replace(
11
+ "latest/" + window.location.search + window.location.hash
12
+ );
13
</script>
14
</head>
15
<body>
16
Redirecting to <a href="latest/">latest/</a>...
17
</body>
-</html>
18
+</html>
0 commit comments