diff options
| -rw-r--r-- | netlify.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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' |
