Set default version to latest with mike 2.1.3 (#2894)

pull/3375/head
k4lizen 8 months ago committed by GitHub
parent 4dfc05faef
commit 82613822fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save