Set default version to latest with mike 2.1.3

This commit is contained in:
2025-02-25 09:59:26 -06:00
parent 9353b8120d
commit 1fb91108c7

View File

@@ -4,15 +4,15 @@
<meta charset="utf-8">
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=v0.9.1/" />
<meta http-equiv="refresh" content="1; url=latest/" />
</noscript>
<script>
window.location.replace(
"v0.9.1/" + window.location.search + window.location.hash
"latest/" + window.location.search + window.location.hash
);
</script>
</head>
<body>
Redirecting to <a href="v0.9.1/">v0.9.1/</a>...
Redirecting to <a href="latest/">latest/</a>...
</body>
</html>