forked from kubernetes/contributor-site
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnetlify.toml
More file actions
41 lines (32 loc) · 756 Bytes
/
Copy pathnetlify.toml
File metadata and controls
41 lines (32 loc) · 756 Bytes
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
[build]
publish = "public"
command = "make production-build"
[build.environment]
HUGO_VERSION = "0.133.0"
NODE_VERSION = "20.16.0"
[context.production.environment]
HUGO_ENV = "production"
[context.deploy-preview]
command = "make preview-build"
[context.branch-deploy]
command = "make preview-build"
[[redirects]]
from = "http://k8s.dev/*"
to = "https://www.kubernetes.dev/:splat"
status = 301
force = true
[[redirects]]
from = "https://k8s.dev/*"
to = "https://www.kubernetes.dev/:splat"
status = 301
force = true
[[redirects]]
from = "http://kubernetes.dev/*"
to = "https://www.kubernetes.dev/:splat"
status = 301
force = true
[[redirects]]
from = "https://kubernetes.dev/*"
to = "https://www.kubernetes.dev/:splat"
status = 301
force = true