-
Notifications
You must be signed in to change notification settings - Fork 0
/
netlify.toml
154 lines (124 loc) · 3.54 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
[build]
command = "gatsby build"
functions = "functions"
publish = "public/"
[[redirects]]
from = "/about-us"
to = "/about"
status = 301
[[redirects]]
from = "/about-us/for-librarians"
to = "/librarians"
status = 301
[[redirects]]
from = "/about/for-librarians"
to = "/librarians"
status = 301
[[redirects]]
from = "/about-us/contact"
to = "/contact"
status = 301
[[redirects]]
from = "/news"
to = "/"
status = 301
[[redirects]]
from = "/news/*"
to = "/"
status = 301
[[redirects]]
from = "/the-collection"
to = "https://fulcrum.org/heb"
status = 301
[[redirects]]
from = "/the-collection/special-series/acls-centennial-series"
to = "https://fulcrum.org/heb"
status = 301
[[redirects]]
from = "/the-collection/special-series/acls-fellows-publications"
to = "https://fulcrum.org/heb"
status = 301
[[redirects]]
from = "/the-collection/special-series/american-historical-associations-guide-historical-literature"
to = "https://fulcrum.org/heb"
status = 301
[[redirects]]
from = "/the-collection/special-series/american-sociological-associations-rose-series-sociology"
to = "https://fulcrum.org/heb"
status = 301
[[redirects]]
from = "/the-collection/special-series/atla-special-series"
to = "https://fulcrum.org/heb"
status = 301
[[redirects]]
from = "/the-collection/special-series/cambridge-university-press"
to = "https://fulcrum.org/heb"
status = 301
[[redirects]]
from = "/the-collection/special-series/catalogus-translationum-et-commentariorum"
to = "https://fulcrum.org/heb"
status = 301
[[redirects]]
from = "/the-collection/special-series/collected-writings-walt-whitman"
to = "https://fulcrum.org/heb"
status = 301
[[redirects]]
from = "/the-collection/special-series/college-art-association-monographs"
to = "https://fulcrum.org/heb"
status = 301
[[redirects]]
from = "/the-collection/special-series/english-institute-publications"
to = "https://fulcrum.org/heb"
status = 301
[[redirects]]
from = "/the-collection/special-series/fordham-university-press"
to = "https://fulcrum.org/heb"
status = 301
[[redirects]]
from = "/the-collection/special-series/gutenberg-e"
to = "https://fulcrum.org/heb"
status = 301
[[redirects]]
from = "/the-collection/special-series/john-harvard-library"
to = "https://fulcrum.org/heb"
status = 301
[[redirects]]
from = "/the-collection/special-series/littman-library-jewish-civilization"
to = "https://fulcrum.org/heb"
status = 301
[[redirects]]
from = "/the-collection/special-series/records-of-civilization"
to = "https://fulcrum.org/heb"
status = 301
[[redirects]]
from = "/the-collection/special-series/society-biblical-literature"
to = "https://fulcrum.org/heb"
status = 301
[[redirects]]
from = "/the-collection/special-series/transformation-classical-heritage"
to = "https://fulcrum.org/heb"
status = 301
[[redirects]]
from = "/the-collection/special-series/villa-i-tatti-series"
to = "https://fulcrum.org/heb"
status = 301
[[redirects]]
from = "/the-collection/special-series/west-virginia-university-press"
to = "https://fulcrum.org/heb"
status = 301
[[redirects]]
from = "/the-collection/special-series/works-henry-steele-commager"
to = "https://fulcrum.org/heb"
status = 301
[[redirects]]
from = "/the-collection/acls-fellows-publications"
to = "https://fulcrum.org/heb"
status = 301
[[redirects]]
from = "/the-collection/humanities-open-book"
to = "https://fulcrum.org/heb"
status = 301
[[redirects]]
from = "/terms-of-service"
to = "/terms"
status = 301