website/netlify.toml
2020-05-28 12:40:30 +08:00

9 lines
215 B
TOML

[context.production.environment]
HUGO_VERSION = "0.70.0"
[context.deploy-preview.environment]
HUGO_VERSION = "0.70.0"
[context.deploy-preview]
command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"