Skip to content

Commit

Permalink
Set default version to 2.x with mike 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 4, 2024
1 parent 552cb45 commit d040e3f
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=1.x/" />
<meta http-equiv="refresh" content="1; url=2.x/" />
</noscript>
<script>
window.location.replace(
"1.x/" + window.location.search + window.location.hash
"2.x/" + window.location.search + window.location.hash
);
</script>
</head>
<body>
Redirecting to <a href="1.x/">1.x/</a>...
Redirecting to <a href="2.x/">2.x/</a>...
</body>
</html>

0 comments on commit d040e3f

Please sign in to comment.