Set default version to stable with mike 2.2.0+zensical-0.1.0

This commit is contained in:
github-actions[bot]
2026-03-29 06:47:34 -05:00
parent 1d22c64697
commit 659918bf5e

View File

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