forked from kleros/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
netlify.toml
77 lines (64 loc) · 1.23 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
[build]
publish = "public"
[[plugins]]
package = "netlify-plugin-gatsby-cache"
[[redirects]]
from = "http://www.kleros.io/*"
to = "https://kleros.io/:splat"
status = 301
force = true
[[redirects]]
from = "https://www.kleros.io/*"
to = "https://kleros.io/:splat"
status = 301
force = true
[[redirects]]
from = "/fr/*"
to = "/:splat"
status = 301
force = true
[[redirects]]
from = "/ko/*"
to = "/:splat"
status = 301
force = false
[[redirects]]
from = "/es/*"
to = "/:splat"
status = 301
force = false
[[redirects]]
from = "/ru/*"
to = "/:splat"
status = 301
force = false
[[redirects]]
from = "/tr/*"
to = "/:splat"
status = 301
force = false
[[redirects]]
from = "/pt/*"
to = "/:splat"
status = 301
force = false
[[redirects]]
from = "/zh/*"
to = "/:splat"
status = 301
force = false
[[redirects]]
from = "/pt-br/*"
to = "/:splat"
status = 301
force = false
[[redirects]]
from = "/slack"
to = "https://join.slack.com/t/kleros/shared_invite/zt-1y72qhz6c-~XpMPREdSvzBBg5EHaaRYw"
status = 301
force = false
[[redirects]]
from = "/industries"
to = "https://kleros.notion.site/Industry-Guides-acf664cf199242e1be7871ddd17f2b6d"
status = 301
force = false