Set default version to dev in doc/dist with mike 1.1.2

This commit is contained in:
Benjamin Renard 2023-10-07 17:06:15 +01:00
parent 6c6fcbf6ab
commit 927976c0eb

16
doc/dist/index.html vendored Normal file
View file

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=dev/" />
</noscript>
<script>
window.location.replace("dev/" + window.location.hash);
</script>
</head>
<body>
Redirecting to <a href="dev/">dev/</a>...
</body>
</html>