Skip to content

Commit

Permalink
docs: fix website redirect to latest version
Browse files Browse the repository at this point in the history
The website currently redirects to 0.5 instead of 0.6

Signed-off-by: Oscar Utbult <[email protected]>
Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
oscr authored and smira committed Nov 20, 2023
1 parent 7f6f787 commit 0f7973c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/static/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
## There's a way to do it, but I couldn't get it to work quickly.
## See https://dev.to/faraixyz/setting-a-custom-output-format-in-hugo-for-netlify-or-gitlab-page-s-redirects-file-4dcf
## for what I'm talking about
/docs /v0.5 302
/docs /v0.6 302
/docs/* /:splat 302

/latest /v0.5 302
/latest/* /v0.5/:splat 302
/latest /v0.6 302
/latest/* /v0.6/:splat 302

0 comments on commit 0f7973c

Please sign in to comment.