From b40abdfab128f8e5b1f42261c4e8b0cf524370c4 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sat, 28 May 2022 11:52:04 +0200 Subject: include content with publishdate in the future for preview builds --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index c5104bd..5e671c6 100644 --- a/netlify.toml +++ b/netlify.toml @@ -15,7 +15,7 @@ HUGO_ENV = 'production' [context.deploy-preview] - command = 'hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL' + command = 'hugo --gc --minify ---buildDrafts --buildFuture -b $DEPLOY_PRIME_URL' [context.deploy-preview.environment] HUGO_VERSION = '0.99.1' -- cgit v1.2.3