-
Notifications
You must be signed in to change notification settings - Fork 0
/
netlify.toml
38 lines (32 loc) · 872 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
37
38
[[plugins]]
package = "netlify-plugin-11ty"
[plugins.inputs]
cache_img = './img'
cache_img_httpHeader = false
cache_assets = '../.cache'
cache_other = ['../.bandcamp', '../.lastfm']
[[redirects]]
from = "https://11ty.owlish.dev/*"
to = "https://www.ovl.design/:splat"
status = 301
force = true
[[redirects]]
from = "https://reading.ovl.design/*"
to = "https://www.ovl.design/around-the-web/"
status = 301
force = true
[[redirects]]
from = "https://www.ovl.design/atw"
to = "https://www.ovl.design/around-the-web/"
status = 301
force = true
[[redirects]]
from = "/around-the-web/013/"
to = "/around-the-web/013-do-robots-eat-electric-salad/"
status = 301
force = true
[[redirects]]
from = "/around-the-web/014/"
to = "/around-the-web/014-just-go-aahh-hardcore/"
status = 301
force = true