Loading netlify.toml +2 −2 Original line number Diff line number Diff line Loading @@ -8,10 +8,10 @@ NPM_VERSION = "7.3.0" [context.production] command = "hugo -b $URL --gc --minify && npm run build:functions" command = "hugo -b $URL --gc && npm run build:functions" [context.deploy-preview] command = "hugo -b $DEPLOY_PRIME_URL --gc" [context.branch-deploy] command = "hugo -b $DEPLOY_PRIME_URL --gc --minify" command = "hugo -b $DEPLOY_PRIME_URL --gc" Loading
netlify.toml +2 −2 Original line number Diff line number Diff line Loading @@ -8,10 +8,10 @@ NPM_VERSION = "7.3.0" [context.production] command = "hugo -b $URL --gc --minify && npm run build:functions" command = "hugo -b $URL --gc && npm run build:functions" [context.deploy-preview] command = "hugo -b $DEPLOY_PRIME_URL --gc" [context.branch-deploy] command = "hugo -b $DEPLOY_PRIME_URL --gc --minify" command = "hugo -b $DEPLOY_PRIME_URL --gc"