cstate_theme/netlify.toml

23 lines
459 B
TOML
Raw Permalink Normal View History

2022-09-06 22:03:42 +02:00
[build]
command = "hugo"
publish = "public"
functions = "functions"
[build.environment]
HUGO_VERSION = "0.80.0"
[context.production.environment]
HUGO_ENV = "production"
NODE_ENV = "production"
[context.deploy-preview]
command = "hugo -b $DEPLOY_PRIME_URL"
[context.branch-deploy]
command = "hugo -b $DEPLOY_PRIME_URL"
[headers]
for = ["/*.json", "/*.xml"]
[headers.values]
Access-Control-Allow-Origin = "*"