1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Set default version to v6.0.0 with mike 1.1.2

This commit is contained in:
GitHub Action 2022-07-28 11:51:12 +00:00
parent 9feae5381f
commit 83fc6782df

View File

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