Skip to content

Commit

Permalink
Set default version to latest with mike 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
analog-cbarber committed May 5, 2024
1 parent 979b48c commit 1b7e079
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@
<meta http-equiv="refresh" content="1; url=latest/" />
</noscript>
<script>
window.location.replace("latest/" + window.location.hash);
window.location.replace(
"latest/" + window.location.search + window.location.hash
);
</script>
</head>
<body>
Redirecting to <a href="latest/">latest/</a>...
</body>
</html>
</html>

0 comments on commit 1b7e079

Please sign in to comment.