Set default version to next with mike 2.1.3
This commit is contained in:
parent
aa925e6f68
commit
193cf46cbe
@ -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=next/" />
|
||||
</noscript>
|
||||
<script>
|
||||
window.location.replace(
|
||||
"dev/" + window.location.search + window.location.hash
|
||||
"next/" + window.location.search + window.location.hash
|
||||
);
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
Redirecting to <a href="dev/">dev/</a>...
|
||||
Redirecting to <a href="next/">next/</a>...
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user