Skip to content

Commit e1d1ddc

Browse files
add back minify, disable smart scan
1 parent 6114fe4 commit e1d1ddc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

netlify.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ NODE_ENV = "production"
77
HUGO_VERSION = "0.141.0"
88
HUGO_ENABLEGITINFO = "true"
99
HUGO_ENVIRONMENT = "preview"
10+
SECRETS_SCAN_SMART_DETECTION_ENABLED = "false"
1011

1112
[context.deploy-preview]
12-
command = "hugo --gc -b $DEPLOY_PRIME_URL && npx [email protected]"
13+
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL && npx [email protected]"

0 commit comments

Comments
 (0)