From b843581f63e8a452b0ff5ec9ab11b6b32ddadcc7 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sun, 24 Jul 2022 12:40:23 -0500 Subject: [PATCH] tell netlify to render drafts on the drafts branch --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 18bda9a..76f9c63 100644 --- a/netlify.toml +++ b/netlify.toml @@ -15,7 +15,7 @@ X-Robots-Tag = "noindex" [context.drafts] - command = "hugo --environment drafts" + command = "hugo --environment drafts -D" [[headers]] for = "/*" [headers.values]