website/netlify.toml
2022-11-27 18:56:32 +08:00

9 lines
247 B
TOML

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