-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathnetlify.toml
35 lines (27 loc) · 906 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
[build]
publish = "public"
command = "hugo"
[context.production.environment]
HUGO_VERSION = "v0.105.0"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"
[context.deploy-preview]
command = "hugo -b $DEPLOY_PRIME_URL"
[context.deploy-preview.environment]
HUGO_VERSION = "v0.105.0"
[context.branch-deploy]
command = "hugo -b $DEPLOY_PRIME_URL"
[context.branch-deploy.environment]
HUGO_VERSION = "v0.105.0"
[[redirects]]
from = "https://iassistdata.org/conferences/archive/2018/*"
to = "https://iassistdata.org/conferences/archive/2018-montreal/"
status = 301
[[redirects]]
from = "https://iassistdata.org/conferences/archive/2019/*"
to = "https://iassistdata.org/conferences/archive/2019-sydney/"
status = 301
[[redirects]]
from = "https://iassistdata.org/blog/defining-data-librarian-call-comments"
to = "https://iassistdata.org/blog/2006/06/12/defining-data-librarian-call-comments/"
status = 301