virtuallypotato/netlify.toml

12 lines
184 B
TOML
Raw Normal View History

2021-12-06 03:56:38 +00:00
[build]
publish = "public"
[build.environment]
HUGO_VERSION = "0.89.4"
[context.production]
command = "hugo"
[context.deploy-preview]
command = "hugo --environment staging"