-
Notifications
You must be signed in to change notification settings - Fork 0
/
netlify.toml
90 lines (72 loc) · 1.37 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
87
88
89
90
[build]
command = "npm run build"
functions = "out_functions"
publish = "out_publish"
[[redirects]]
from = "/redirect"
to = "/our-work"
status = 301
[[redirects]]
from = "/who-we-are"
to = "/about-us"
status = 301
[[redirects]]
from = "/what-we-do"
to = "/our-services"
status = 301
[[redirects]]
from = "/cxdesign"
to = "/our-services"
status = 301
[[redirects]]
from = "/cx"
to = "/our-services"
status = 301
[[redirects]]
from = "/pursuit"
to = "/our-work/pursuit"
status = 301
[[redirects]]
from = "/dirtt"
to = "/our-work/dirtt"
status = 301
[[redirects]]
from = "/brookfield"
to = "/our-work/brookfield"
status = 301
[[redirects]]
from = "/ikon"
to = "/our-work/ikon-pass"
status = 301
[[redirects]]
from = "/co-op"
to = "/our-work"
status = 301
[[redirects]]
from = "/flyover-canada"
to = "/our-work"
status = 301
[[redirects]]
from = "/ciff"
to = "/our-work"
status = 301
[[redirects]]
from = "/vca"
to = "/our-work"
status = 301
[[redirects]]
from = "/secretbarrel"
to = "/our-work"
status = 301
[[redirects]]
from = "/jusu-body"
to = "/our-work"
status = 301
[[redirects]]
from = "/pronouns"
to = "https://www.cultureamp.com/blog/sharing-gender-pronouns-at-work/"
status = 301
[[redirects]]
from = "/pwa"
to = "/"
status = 301