diff --git a/netlify.toml b/netlify.toml index 81760b2..7c7c5b6 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,6 +1,6 @@ [build] publish = "public" - command = "hugo" + command = "hugo --minify" [context.production.environment] HUGO_VERSION = "v0.111.0"