Skip to content

Commit

Permalink
fix: immediate redirect
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Meier <[email protected]>
  • Loading branch information
astromechza committed Jul 10, 2024
1 parent 12cecb0 commit 9b34ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<!-- Add a custom home page here, or redirect right into the main docs (if you're first page is not /home, update the url below accordingly)-->
<meta http-equiv="REFRESH" content="0;url=/docs">
<meta http-equiv="REFRESH" content="0;url={{ .Site.BaseURL }}/docs/">
</head>
<body>
<p>This page has moved <a href="{{ .Site.BaseURL }}/docs/">here</a>.
Expand Down

0 comments on commit 9b34ac2

Please sign in to comment.