-
Notifications
You must be signed in to change notification settings - Fork 1
/
netlify.toml
36 lines (34 loc) · 956 Bytes
/
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
[[redirects]]
from = "/.well-known/host-meta"
to = "https://fed.brid.gy/.well-known/host-meta:splat"
status = 302
[[redirects]]
from = "/.well-known/webfinger*"
to = "https://fed.brid.gy/.well-known/webfinger"
status = 302
[[redirects]]
from = "/stripe-elements/"
to = "https://stripe-elements.netlify.app"
[[redirects]]
from = "/decks/pf-collab/demo/"
to = "/decks/pf-collab/demo/pfe-dev/"
[[redirects]]
from = "/shul/*"
to = "https://bennypowers.github.io/shul-tools/:splat"
status = 301
force = true
[[plugins]]
package = "netlify-plugin-cache"
[plugins.inputs]
paths = [ ".cache", ".jampack/cache" ]
[[plugins]]
package = "netlify-plugin-webmentions"
[plugins.inputs]
# Maximum number of feed entries to check for mentions (optional, default: 1)
limit = 1
[[plugins]]
package = "netlify-plugin-no-more-404"
[plugins.inputs]
on404 = "error"
cacheKey = "new-key-may-2024"
debugMode = false