Skip to content

Commit

Permalink
Fixed permalink redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
SomedudeX committed May 4, 2024
1 parent 431b6a9 commit 4bc7150
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/_layouts/redirect.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</head>
<body>
<h1>Redirecting...</h1>
<a href="{{ page.redirect_to }}">Click here if you are not redirected to home<a>
<script>location='{{ page.redirect_to }}'</script>
<a href="vint/{{ page.redirect_to }}">Click here if you are not redirected to the docs homepage<a>
<script>location='vint/{{ page.redirect_to }}'</script>
</body>
</html>

2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: redirect
permalink: /
redirect_to: /home
redirect_to: /home/
---


0 comments on commit 4bc7150

Please sign in to comment.