Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
wvictor14 committed May 23, 2024
1 parent 55205fb commit 2665a35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/_default/module.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[hugoVersion]
extended = true
min = "0.87.0"
min = "1.126.1"

[[imports]]
path = "github.com/jpanther/congo/v2"
path = "github.com/jpanther/congo/v2"
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[build]
command = "hugo --gc --minify -b $URL"
command = "hugo mod get -u && hugo --gc --minify -b $URL"
publish = "public"

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

Expand Down

0 comments on commit 2665a35

Please sign in to comment.