Skip to content

Commit

Permalink
Changed hugo version to 0.65.3, fixes #33
Browse files Browse the repository at this point in the history
Minify made a fix in tdewolff/minify#260, which is then upstreamed as
gohugoio/hugo#6403 (v0.59.0)
  • Loading branch information
pocc committed Feb 26, 2020
1 parent aa846d3 commit e97472e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# --minify removed because it mangles mermaid svg. Readd it to all commands when github.com/tdewolff/minify#256 is merged into hugo
[build]
publish = "public"
command = "hugo --gc"
command = "hugo --gc --minify"

[context.production.environment]
HUGO_VERSION = "0.58.1"
HUGO_VERSION = "0.65.3"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"

Expand Down

0 comments on commit e97472e

Please sign in to comment.