Skip to content

Commit 63e4982

Browse files
Set default version to latest with mike 2.1.3
1 parent a11ebc6 commit 63e4982

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

index.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Redirecting</title>
6+
<noscript>
7+
<meta http-equiv="refresh" content="1; url=latest/" />
8+
</noscript>
9+
<script>
10+
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>
18+
</html>

0 commit comments

Comments
 (0)