forked from 4rthr3x/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnetlify.toml
85 lines (70 loc) · 1.12 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
[build]
publish = "public/"
command = "hugo -d public"
[build.environment]
HUGO_VERSION = "0.62.0"
[[redirects]]
from = "/jobs"
to = "https://www.abetterinternet.org/careers"
status = 302
force = false
[[redirects]]
from = "/de/*"
to = "/de/404.html"
status = 404
force = false
[[redirects]]
from = "/es/*"
to = "/es/404.html"
status = 404
force = false
[[redirects]]
from = "/fr/*"
to = "/fr/404.html"
status = 404
force = false
[[redirects]]
from = "/id/*"
to = "/id/404.html"
status = 404
force = false
[[redirects]]
from = "/ja/*"
to = "/ja/404.html"
status = 404
force = false
[[redirects]]
from = "/ko/*"
to = "/ko/404.html"
status = 404
force = false
[[redirects]]
from = "/pt-br/*"
to = "/pt-br/404.html"
status = 404
force = false
[[redirects]]
from = "/ru/*"
to = "/ru/404.html"
status = 404
force = false
[[redirects]]
from = "/sr/*"
to = "/sr/404.html"
status = 404
force = false
[[redirects]]
from = "/sv/*"
to = "/sv/404.html"
status = 404
force = false
[[redirects]]
from = "/zh-cn/*"
to = "/zh-cn/404.html"
status = 404
force = false
[[redirects]]
from = "/zh-tw/*"
to = "/zh-tw/404.html"
status = 404
force = false