website/netlify.toml
2022-11-27 20:08:57 +08:00

16 lines
348 B
TOML

[build]
publish = "public/"
command = "make build"
[context.production.environment]
HUGO_BASE_URL = "$DEPLOY_URL"
[context.branch-deploy.environment]
HUGO_BASE_URL = "$DEPLOY_PRIME_URL"
[context.deploy-preview]
command = "hugo --buildDrafts --buildFuture --buildExpired"
[context.deploy-preview.environment]
HUGO_BASE_URL = "$DEPLOY_PRIME_URL"