Skip to content

Commit

Permalink
Set default version to 0.3.0 with mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CindyvdVries committed Jun 27, 2024
1 parent bb6b375 commit dbb2450
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,13 +4,13 @@
<meta charset="utf-8">
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=latest/" />
<meta http-equiv="refresh" content="1; url=0.3.0/" />
</noscript>
<script>
window.location.replace("latest/" + window.location.hash);
window.location.replace("0.3.0/" + window.location.hash);
</script>
</head>
<body>
Redirecting to <a href="latest/">latest/</a>...
Redirecting to <a href="0.3.0/">0.3.0/</a>...
</body>
</html>

0 comments on commit dbb2450

Please sign in to comment.