Skip to content

Commit

Permalink
Set default version to dev with mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HHDocs committed Oct 30, 2023
1 parent 8413d50 commit 3749535
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=dev/" />
</noscript>
<script>
window.location.replace("latest/" + window.location.hash);
window.location.replace("dev/" + window.location.hash);
</script>
</head>
<body>
Redirecting to <a href="latest/">latest/</a>...
Redirecting to <a href="dev/">dev/</a>...
</body>
</html>

1 comment on commit 3749535

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.