-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
netlify.toml
61 lines (50 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
[[plugins]]
package = "netlify-plugin-11ty"
[plugins.inputs]
cache_img = "./assets/images"
cache_assets = false
[[plugins]]
package = "@netlify/plugin-a11y"
[plugins.inputs]
checkPaths = [
"/index.html",
"/work/index.html",
"/services/index.html",
"/tools/index.html",
"/blog/index.html",
"/about/index.html",
"/contact/index.html",
]
ignoreElements = '#search'
ignoreGuidelines = ['color-contrast']
failWithIssues = true
[[plugins]]
package = "@algolia/netlify-plugin-crawler"
[plugins.inputs]
branches = ["main"]
mainBranch = "main"
template = "hierarchical"
[[redirects]]
from = "/accoutrement/docs/*"
to = "https://accoutrement-docs.netlify.app/accoutrement/docs/:splat"
status = 200
[[redirects]]
from = "/blend/docs/*"
to = "https://blend-docs.netlify.app/blend/docs/:splat"
status = 200
[[redirects]]
from = "/cascading-colors/docs/*"
to = "https://cascading-colors-docs.netlify.app/cascading-colors/docs/:splat"
status = 200
[[redirects]]
from = "/herman/docs/*"
to = "https://herman-docs.netlify.app/herman/docs/:splat"
status = 200
[[redirects]]
from = "/susy/docs/*"
to = "https://susy-docs.netlify.app/susy/docs/:splat"
status = 200
[[redirects]]
from = "/true/docs/*"
to = "https://true-docs.netlify.app/true/docs/:splat"
status = 200