Skip to content

Commit

Permalink
downgrade hugo version
Browse files Browse the repository at this point in the history
  • Loading branch information
wvictor14 committed May 23, 2024
1 parent 34c4f95 commit e8d6120
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,9 @@
publish = "public"

[build.environment]
HUGO_VERSION = "0.126.1"
HUGO_VERSION = "0.119.0"
NODE_ENV = "production"
TZ = "UTC" # Set to preferred timezone

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

[context.branch-deploy.environment]
HUGO_VERSION = "0.126.1"

[context.deploy-preview.environment]
HUGO_VERSION = "0.126.1"

0 comments on commit e8d6120

Please sign in to comment.