forked from kubernetes-sigs/gateway-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnetlify.toml
25 lines (22 loc) · 691 Bytes
/
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
# Netlify build instructions
[build]
command = "make docs"
publish = "site"
environment = { PYTHON_VERSION = "3.7" }
# Standard Netlify redirects
[[redirects]]
from = "https://master--kubernetes-sigs-gateway-api.netlify.com/*"
to = "https://master.gateway-api.sigs.k8s.io/:splat"
status = 301
force = true
# HTTP-to-HTTPS rules
[[redirects]]
from = "http://master.gateway-api.sigs.k8s.io/*"
to = "https://master.gateway-api.sigs.k8s.io/:splat"
status = 301
force = true
[[redirects]]
from = "http://master--kubernetes-sigs-gateway-api.netlify.com/*"
to = "http://master.gateway-api.sigs.k8s.io/:splat"
status = 301
force = true