Skip to content
This repository has been archived by the owner on Oct 3, 2019. It is now read-only.

Commit

Permalink
fix: endless redirects (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
faustbrian committed Aug 12, 2019
1 parent 3d9fb89 commit 26a8db1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/static/index.html
Expand Up @@ -3,15 +3,15 @@

<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=prepare/getting-started">
<meta http-equiv="refresh" content="0; url=/prepare/getting-started">
<script type="text/javascript">
window.location.href = 'prepare/getting-started';
window.location.href = '/prepare/getting-started';
</script>
<title>ARK Deployer Hub</title>
</head>

<body>
If you are not redirected automatically, follow this <a href="prepare/getting-started">link</a>.
If you are not redirected automatically, follow this <a href="/prepare/getting-started">link</a>.
</body>

</html>

0 comments on commit 26a8db1

Please sign in to comment.