cstate_theme/netlify.toml

23 lines
459 B
TOML

[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 = "*"