Skip to content

Commit

Permalink
netlify: Hugo 0.97.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Apr 19, 2022
1 parent ed9cbda commit 8ae46ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ publish = "public"
command = "hugo --gc --minify -d public;"

[context.production.environment]
HUGO_VERSION = "0.79.1"
HUGO_VERSION = "0.97.3"

[context.branch-deploy]
command = "hugo --minify --gc -d public -b $DEPLOY_PRIME_URL"

[context.branch-deploy.environment]
HUGO_VERSION = "0.79.1"
HUGO_VERSION = "0.97.3"

[context.deploy-preview]
command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"

[context.deploy-preview.environment]
HUGO_VERSION = "0.79.1"
HUGO_VERSION = "0.97.3"

[[headers]]
for = "/*.jpg"
Expand Down

0 comments on commit 8ae46ba

Please sign in to comment.