Skip to content

Commit a8b2eb9

Browse files
committed
Set default version to v2 with mike 2.1.3
1 parent 32cd9fa commit a8b2eb9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

index.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@
44
<meta charset="utf-8">
55
<title>Redirecting</title>
66
<noscript>
7-
<meta http-equiv="refresh" content="1; url=v1/" />
7+
<meta http-equiv="refresh" content="1; url=v2/" />
88
</noscript>
99
<script>
10-
window.location.replace("v1/" + window.location.hash);
10+
window.location.replace(
11+
"v2/" + window.location.search + window.location.hash
12+
);
1113
</script>
1214
</head>
1315
<body>
14-
Redirecting to <a href="v1/">v1/</a>...
16+
Redirecting to <a href="v2/">v2/</a>...
1517
</body>
16-
</html>
18+
</html>

0 commit comments

Comments
 (0)