-
Notifications
You must be signed in to change notification settings - Fork 0
/
netlify.toml
76 lines (60 loc) · 1.31 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
[build]
command = "gatsby build"
functions = "functions"
publish = "public/"
[[redirects]]
from = "https://about-leverpress-umich-gitlab.netlify.com/*"
to = "https://www.leverpress.org/:splat"
status = 301
[[redirects]]
from = "/libraries"
to = "/join"
status = 301
[[redirects]]
from = "/contact"
to = "/"
status = 301
[[redirects]]
from = "/governance"
to = "/about"
status = 301
[[redirects]]
from = "/history"
to = "/about"
status = 301
[[redirects]]
from = "/consortium"
to = "/about"
status = 301
[[redirects]]
from = "/our-values-and-commitments"
to = "/about"
status = 301
[[redirects]]
from = "/2019/09/20/from-the-director-of-lever-press/"
to = "/news/2019-09-27-from-the-director/"
status = 301
[[redirects]]
from = "/2019/09/20/new-faces-at-lever/"
to = "/news/2020-01-15-new-faces-at-lever/"
status = 301
[[redirects]]
from = "/2019/09/20/update-from-the-lever-press-annual-meeting/"
to = "/news/2019-09-24-update-from-the-lever-press-annual-meeting/"
status = 301
[[redirects]]
from = "/2018/*"
to = "/news"
status = 301
[[redirects]]
from = "/2017/*"
to = "/news"
status = 301
[[redirects]]
from = "/2016/*"
to = "/news"
status = 301
[[redirects]]
from= "/wp-content/uploads/2019/10/LeverPress-Catalog-web.pdf"
to = "/assets/LeverPress-Fall19-Spring20.pdf"
status = 301