Skip to content

Commit 2bb36ba

Browse files
committed
Set default version to latest with mike 2.1.3
1 parent 178ed96 commit 2bb36ba

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@
77
<meta http-equiv="refresh" content="1; url=latest/" />
88
</noscript>
99
<script>
10-
window.location.replace("latest/" + window.location.hash);
10+
window.location.replace(
11+
"latest/" + window.location.search + window.location.hash
12+
);
1113
</script>
1214
</head>
1315
<body>
1416
Redirecting to <a href="latest/">latest/</a>...
1517
</body>
16-
</html>
18+
</html>

0 commit comments

Comments
 (0)