Skip to content

Commit

Permalink
update hugo build version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroelfs committed Oct 7, 2023
1 parent 087f640 commit 365eac7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@

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

[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 365eac7

Please sign in to comment.