Skip to content

Commit

Permalink
Set default version to stable with mike 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
febus982 committed Jan 27, 2024
1 parent 7bf1329 commit 93a6e95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<meta charset="utf-8">
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=dev/" />
<meta http-equiv="refresh" content="1; url=stable/" />
</noscript>
<script>
window.location.replace(
"dev/" + window.location.search + window.location.hash
"stable/" + window.location.search + window.location.hash
);
</script>
</head>
<body>
Redirecting to <a href="dev/">dev/</a>...
Redirecting to <a href="stable/">stable/</a>...
</body>
</html>

0 comments on commit 93a6e95

Please sign in to comment.