Skip to content

Commit

Permalink
Set default version to 2.2.2 with mike 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 1, 2024
1 parent c95e541 commit ac69f05
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=2.2.1/" />
<meta http-equiv="refresh" content="1; url=2.2.2/" />
</noscript>
<script>
window.location.replace(
"2.2.1/" + window.location.search + window.location.hash
"2.2.2/" + window.location.search + window.location.hash
);
</script>
</head>
<body>
Redirecting to <a href="2.2.1/">2.2.1/</a>...
Redirecting to <a href="2.2.2/">2.2.2/</a>...
</body>
</html>

0 comments on commit ac69f05

Please sign in to comment.