Set default version to dev with mike 2.0.0

This commit is contained in:
lordmathis
2025-10-09 21:28:28 +00:00
parent 43ceed2d71
commit c073283b7a

View File

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