-
Notifications
You must be signed in to change notification settings - Fork 2
/
netlify.toml
86 lines (65 loc) · 1.47 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
86
[build]
command = "yarn build"
publish = "public"
functions = "functions"
[build.environment]
HUGO_VERSION = "0.47.1"
[context.production.environment]
HUGO_ENV = "production"
NODE_ENV = "production"
[context.deploy-preview]
command = "yarn build:preview"
[[redirects]]
from = "/agastya/sla"
to = "/policies/sla/"
[[redirects]]
from = "/agastya/regulation"
to = "/platform/agastya/compliance/"
[[redirects]]
from = "/shravan/features"
to = "/platform/shravan/os/"
[[redirects]]
from = "/augmenta11y"
to = "/platform/shravan/apps/augmenta11y/"
[[redirects]]
from = "/agastya/*"
to = "/platform/agastya/:splat/"
[[redirects]]
from = "/shravan/*"
to = "/platform/shravan/:splat/"
[[redirects]]
from = "/valmiki/*"
to = "/platform/valmiki/:splat/"
[[redirects]]
from = "/education"
to = "/values/education/"
[[redirects]]
from = "/environment"
to = "/values/environment/"
[[redirects]]
from = "/accessibility"
to = "/values/accessibility/"
[[redirects]]
from = "/justice"
to = "/values/justice/"
[[redirects]]
from = "/cookies"
to = "/policies/cookies/"
[[redirects]]
from = "/terms"
to = "/policies/terms/"
[[redirects]]
from = "/privacy"
to = "/policies/privacy/"
[[redirects]]
from = "/logos"
to = "/press/logos/"
[[redirects]]
from = "/brand-guidelines"
to = "/press/brand-guidelines/"
[[redirects]]
from = "/spaces"
to = "/accelerator/spaces/"
[[redirects]]
from = "/partners"
to = "/accelerator/partners/"