Skip to content

Commit

Permalink
add --minify to build command
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeeu committed Oct 13, 2023
1 parent ad2f660 commit 29a85d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[build]
publish = "public"
command = "hugo --gc"
command = "hugo --gc --minify"

# "production" environment specific build settings
[build.environment]
Expand Down

0 comments on commit 29a85d1

Please sign in to comment.