website/netlify.toml

15 lines
326 B
TOML

[build]
publish = "public/"
command = "make build -e"
[context.production.environment]
HUGO_BASEURL = "$DEPLOY_URL"
[context.branch-deploy]
command = "make build-draft -e"
environment.HUGO_BASEURL = "$DEPLOY_PRIME_URL"
[context.deploy-preview]
command = "make build-draft -e"
environment.HUGO_BASEURL = "$DEPLOY_PRIME_URL"