Set default version to stable with mike 2.0.0

This commit is contained in:
lordmathis
2025-09-28 19:00:27 +00:00
parent 6cc7832b73
commit fc8e2ffaa3

View File

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