Add redirects for top 404 pages

Signed-off-by: Pete Lumbis <pete@upbound.io>
This commit is contained in:
Pete Lumbis 2023-06-01 20:01:01 -04:00
parent f62fb24794
commit 8b7ba241eb
No known key found for this signature in database
GPG Key ID: FDC6C20960060000
1 changed files with 21 additions and 0 deletions

View File

@ -9,6 +9,27 @@ from = "/docs/*"
to = "/:splat"
status = 302
[[redirects]]
from = "/v1.9/concepts/managed-resources.html"
to = "/latest/concepts/managed-resources"
status = 302
[[redirects]]
from = "/v1.9/concepts/providers.html"
to = "/latest/concepts/providers"
status = 302
[[redirects]]
from = "/v1.9/getting-started/create-configuration"
to = "/latest/getting-started"
status = 302
[[redirects]]
from = "/v1.9/getting-started/install-configure"
to = "/latest/software/install/"
status = 302
[context.deploy-preview]
command = "bash netlify_build.sh"