Set default version to stable with mike 1.1.2

This commit is contained in:
Simon Wisselink
2023-02-06 10:41:36 +01:00
parent cc72f6a1a4
commit f898a36358

View File

@ -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=stable/" />
</noscript>
<script>
window.location.replace("latest/" + window.location.hash);
window.location.replace("stable/" + window.location.hash);
</script>
</head>
<body>
Redirecting to <a href="latest/">latest/</a>...
Redirecting to <a href="stable/">stable/</a>...
</body>
</html>