forked from enterpriseready/enterpriseready
-
Notifications
You must be signed in to change notification settings - Fork 0
/
netlify.toml
43 lines (35 loc) · 988 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
39
40
41
42
43
[dev]
framework = "hugo"
[build]
publish = "public"
command = "hugo --gc --minify"
[functions]
directory = "functions"
[context.production.environment]
HUGO_VERSION = "0.88.1"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"
[context.deploy-preview.environment]
HUGO_VERSION = "0.88.1"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"
[[redirects]]
from = "/podcast/adam-jacob-chef/"
to = "https://enterpriseready.io/podcast/01-adam-jacob-chef/"
status = 301
force = true
[[redirects]]
from = "/podcast/tom-preston-werner-github/"
to = "https://enterpriseready.io/podcast/02-tom-preston-werner-github/"
status = 301
force = true
[[redirects]]
from = "/podcast/peter-reinhardt-segment/"
to = "https://enterpriseready.io/podcast/03-peter-reinhardt-segment/"
status = 301
force = true
[[redirects]]
from = "/podcast/alex-polvi-coreos/"
to = "https://enterpriseready.io/podcast/04-alex-polvi-coreos/"
status = 301
force = true