website/netlify.toml
2022-06-02 00:37:41 +03:00

9 lines
217 B
TOML

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