mirror of https://github.com/istio/istio.io.git
Point /charts/ at GCS directly instead of gcsweb. (#4702)
This commit is contained in:
parent
622020ba69
commit
457d3b9dae
|
@ -19,7 +19,7 @@ https://istio.netlify.com/* https://istio.io/:splat 301!
|
|||
/ /zh 302 Language=zh
|
||||
|
||||
# Redirect for the helm charts
|
||||
/charts/ https://gcsweb.istio.io/gcs/istio-release/releases/{{ .Site.Data.args.full_version }}/charts/ 301
|
||||
/charts/ https://storage.googleapis.com/istio-release/releases/{{ .Site.Data.args.full_version }}/charts/ 301
|
||||
|
||||
# Redirects for all aliases
|
||||
{{- range $p := .Site.Pages -}}
|
||||
|
|
Loading…
Reference in New Issue