Skip to content

Commit

Permalink
chore: Update Hugo version in the Netlify configuration file
Browse files Browse the repository at this point in the history
Made with ❤️️ by updatecli
  • Loading branch information
jenkins-infra-bot committed May 13, 2024
1 parent ad2ba89 commit 993dd49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
functions = "functions"

[build.environment]
HUGO_VERSION = "0.95.0"
HUGO_VERSION = "0.111.3"

[[headers]]
for = "/*.json"
Expand All @@ -14,7 +14,7 @@
[context.production.environment]
HUGO_ENV = "production"
NODE_ENV = "production"
HUGO_VERSION = "0.95.0"
HUGO_VERSION = "0.111.3"

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

0 comments on commit 993dd49

Please sign in to comment.