virtuallypotato/netlify.toml

22 lines
396 B
TOML
Raw Normal View History

2021-12-06 03:56:38 +00:00
[build]
publish = "public"
[build.environment]
2022-07-23 20:37:30 +00:00
HUGO_VERSION = "0.101.0"
[context.production]
command = "hugo"
2022-04-25 17:00:37 +00:00
[context.staging]
command = "hugo --environment staging"
2022-04-25 17:00:37 +00:00
[[headers]]
for = "/*"
[headers.values]
X-Robots-Tag = "noindex"
[context.drafts]
command = "hugo --environment drafts -D"
2022-04-25 17:00:37 +00:00
[[headers]]
for = "/*"
[headers.values]
X-Robots-Tag = "noindex"