blob: 5f9bf27b65e1f023aa548eb00e1ab888bebc030f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
[build]
publish = "exampleSite/public"
command = "hugo -s exampleSite"
[build.environment]
HUGO_THEME = "repo"
HUGO_THEMESDIR = "/opt/build"
HUGO_VERSION = "0.101.0"
[context.production.environment]
HUGO_BASEURL = "https://hugo-theme-puppet.netlify.app/"
[context.deploy-preview]
command = "hugo -s exampleSite -b $DEPLOY_PRIME_URL"
[[headers]]
for = "/*"
[headers.values]
Cache-Control = "public, max-age=600"
[[headers]]
for = "*.(css|js|woff|woff2|ttf|png|jpg|jpeg)"
[headers.values]
Cache-Control = "public, max-age=2592000"
|