tell netlify to render drafts on the drafts branch

This commit is contained in:
John Bowdre 2022-07-24 12:40:23 -05:00
parent ecbf1dec86
commit b843581f63
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
X-Robots-Tag = "noindex"
[context.drafts]
command = "hugo --environment drafts"
command = "hugo --environment drafts -D"
[[headers]]
for = "/*"
[headers.values]