-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathnetlify.toml
45 lines (39 loc) · 1.02 KB
/
netlify.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[[redirects]]
from = "*"
to = "https://docs.tetrate.io/istio-distro"
status = 301
force = true
[[redirects]]
from = "https://getistio.io"
to = "https://istio.tetratelabs.io"
status = 301
force = true
[[redirects]]
from = "https://www.getistio.io"
to = "https://istio.tetratelabs.io"
status = 301
force = true
# Redirect latest version of download.sh from getmesh repo
[[redirects]]
from = "/getmesh/install.sh"
to = "https://raw.githubusercontent.com/tetratelabs/getmesh/main/site/install.sh"
force = true
status = 302
# Redirect latest version of manifest.json from getmesh repo
[[redirects]]
from = "/getmesh/manifest.json"
to = "https://raw.githubusercontent.com/tetratelabs/helm-charts/main/manifest.json"
force = true
status = 302
# Redirect to the cloudsmith binary
[[redirects]]
from = "/getmesh/files/*"
to = "https://dl.getistio.io/public/raw/files/:splat"
status = 302
force = true
# Redirect download page
[[redirects]]
from = "/download/*"
to = "https://docs.tetrate.io/istio-subscription/releases/"
status = 301
force = true