Update newsletter.html
[awesomeBible-website.git] / netlify.toml
blob4cfd2fcca66423204eb1fc8aa0610c7aa7e5f139
1 [build]
2 publish = "public"
3 command = "hugo --gc --minify"
5 [context.production.environment]
6 HUGO_VERSION = "0.74.3"
7 HUGO_ENV = "production"
8 HUGO_ENABLEGITINFO = "true"
10 [context.split1]
11 command = "hugo --gc --minify --enableGitInfo"
13 [context.split1.environment]
14 HUGO_VERSION = "0.74.3"
15 HUGO_ENV = "production"
17 [context.deploy-preview]
18 command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
20 [context.deploy-preview.environment]
21 HUGO_VERSION = "0.74.3"
23 [context.branch-deploy]
24 command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"
26 [context.branch-deploy.environment]
27 HUGO_VERSION = "0.74.3"
29 [context.next.environment]
30 HUGO_ENABLEGITINFO = "true"