Skip to content

Commit

Permalink
update hugo version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroelfs committed Oct 7, 2023
1 parent b5267e3 commit b69fa0e
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 @@ -5,16 +5,16 @@

[context.production.environment]
command = "hugo --buildFuture -b $DEPLOY_PRIME_URL"
HUGO_VERSION = "0.67.1"
HUGO_VERSION = "0.116.1"
HUGO_ENV = "production"

[context.deploy-preview]
command = "hugo --buildFuture -b $DEPLOY_PRIME_URL"
HUGO_VERSION = "0.67.1"
HUGO_VERSION = "0.116.1"

[context.branch-deploy]
command = "hugo --buildFuture -b $DEPLOY_PRIME_URL"
HUGO_VERSION = "0.67.1"
HUGO_VERSION = "0.116.1"

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

0 comments on commit b69fa0e

Please sign in to comment.