Browse Source

Set default version to latest with mike 2.1.3

gh-pages
Antonio SJ Musumeci 2 weeks ago
parent
commit
213b62865e
  1. 6
      index.html

6
index.html

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