chore(docs): redirect properly from /docs/docs

renovate/klakegg-hugo-0.x
kolaente 2022-03-06 13:42:07 +01:00
parent b167aac624
commit 8aa646e4d9
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 4 additions and 0 deletions

View File

@ -18,4 +18,8 @@ server {
location /docs/contact {
return 301 $scheme://vikunja.io/en/contact;
}
location /docs/docs {
return 301 $scheme://vikunja.io/docs;
}
}