website/netlify.toml

9 lines
247 B
TOML
Raw Normal View History

2022-11-27 10:56:32 +00:00
[context.production.environment]
HUGO_BASE_URL = "$DEPLOY_URL"
[context.branch-deploy]
command = "hugo --baseURL $DEPLOY_PRIME_URL"
[context.deploy-preview]
command = "hugo --buildDrafts --buildFuture --buildExpired --baseURL $DEPLOY_PRIME_URL"