Skip to content

Commit b04e91e

Browse files
committed
fix AMP validate error by disable hugo minify
1 parent a901500 commit b04e91e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
HUGO_VERSION = "0.61.0"
33
[build]
44
publish = "public"
5-
command = "hugo --gc --minify && node _tools/newpostcheck.js"
5+
command = "hugo --gc && node _tools/newpostcheck.js"

0 commit comments

Comments
 (0)