forked from kubernetes-sigs/gateway-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
netlify.toml
33 lines (29 loc) · 809 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
26
27
28
29
30
31
32
33
# Netlify build instructions
[build]
command = "make docs"
publish = "site"
[build.environment]
PYTHON_VERSION = "3.9"
GO_VERSION = "1.22.8"
# Standard Netlify redirects
[[redirects]]
from = "https://main--kubernetes-sigs-gateway-api.netlify.com/*"
to = "https://main.gateway-api.sigs.k8s.io/:splat"
status = 301
force = true
# HTTP-to-HTTPS rules
[[redirects]]
from = "http://main.gateway-api.sigs.k8s.io/*"
to = "https://main.gateway-api.sigs.k8s.io/:splat"
status = 301
force = true
[[redirects]]
from = "http://main--kubernetes-sigs-gateway-api.netlify.com/*"
to = "http://main.gateway-api.sigs.k8s.io/:splat"
status = 301
force = true
[[redirects]]
from = "/geps/gep-1426"
to = "/geps/gep-1294"
status = 301
force = true