diff --git a/netlify.toml b/netlify.toml index 1313256f8..18dfbc323 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,6 +1,6 @@ [build] publish = "public" -command = "hugo" +command = "hugo --minify" [context.production.environment] HUGO_VERSION = "0.47"