diff --git a/netlify.toml b/netlify.toml index 8033bcd56..86d67ce08 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,6 +1,6 @@ [build] publish = "public" -command = "hugo --minify" +command = "hugo" [context.production.environment] HUGO_VERSION = "0.48"