website/netlify.toml

19 lines
377 B
TOML

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