fix redirects from archive.istio.io to redirect correctly (#8015)

This commit is contained in:
davidhauck 2020-08-25 11:45:55 -07:00 committed by GitHub
parent 937c88f266
commit 3e418ae139
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -49,5 +49,7 @@ https://istio.netlify.com/* https://istio.io/:splat 301!
#redirect next version to preliminary
/v{{ .Site.Data.versions.preliminary }}/* https://preliminary.istio.io/latest/:splat
http://archive.istio.io /archive 301!
http://archive.istio.io/* /:splat 301!
http://archive.istio.io http://istio.io/archive 301!
http://archive.istio.io/* http://istio.io/:splat 301!
https://archive.istio.io https://istio.io/archive 301!
https://archive.istio.io/* https://istio.io/:splat 301!