diff --git a/netlify.toml b/netlify.toml index db6058d36..b625fc9b7 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,4 +2,7 @@ HUGO_VERSION = "0.70.0" [context.deploy-preview.environment] - HUGO_VERSION = "0.70.0" \ No newline at end of file + HUGO_VERSION = "0.70.0" + +[context.deploy-preview] +command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"