virtuallypotato/netlify.toml

12 lines
183 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"
2022-01-01 21:18:35 +00:00
[context.branch-deploy]
command = "hugo --environment staging"