This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
netlify.toml
70 lines (59 loc) · 1.67 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
# Config for the Netlify Build Plugin: netlify-plugin-fetch-feeds
[build]
base = "website"
command = "npm i && npm run build"
publish = "dist"
[[redirects]]
# Redirect default Netlify subdomain to primary domain
from = "https://events.datproject.org"
to = "https://events.dat.foundation"
status = 301
force = true
[[redirects]]
# Redirect default Netlify subdomain to primary domain
from = "https://events.datproject.org/*"
to = "https://events.dat.foundation/:splat"
status = 301
force = true
[[redirects]]
# Redirect default Netlify subdomain to primary domain
from = "https://dat-events.netlify.app"
to = "https://events.dat.foundation/:splat"
status = 301
force = true
[[redirects]]
# Redirect default Netlify subdomain to primary domain
from = "https://dat-events.netlify.app/*"
to = "https://events.dat.foundation/:splat"
status = 301
force = true
[build.processing]
skip_processing = false
[build.processing.css]
bundle = true
minify = false
[build.processing.js]
bundle = true
minify = false
[build.processing.html]
pretty_urls = true
[build.processing.images]
compress = true
[[plugins]]
package = "netlify-plugin-pretalx-fetch"
[plugins.inputs]
# Where should data files reside
targetDomain = "events.dat.foundation"
ttl = 60 # cache for 1 minute
# [[plugins.inputs.personPriority]]
# priority = 1
# person = "MKS9AD"
#
# [[plugins.inputs.personPriority]]
# priority = 1
# person = "XS3KQA"
# All the feeds we wish to gather for use in the build
# [[plugins.inputs.conferences]]
# domain = "conf.consento.org"
# prefix = "2020"
# event = "dat-event-2020"