Skip to content

Commit fcd22fc

Browse files
committed
Update Hugo version to 0.145.0
1 parent 52f0d21 commit fcd22fc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ enableRobotsTXT = false
66
[module]
77
[module.hugoVersion]
88
extended = true
9-
min = "0.139.5"
9+
min = "0.145.0"
1010

1111
[sitemap]
1212
changefreq = "daily"

netlify.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
command = "hugo --gc --minify"
44

55
[build.environment]
6-
HUGO_VERSION = "0.139.5"
6+
HUGO_VERSION = "0.145.0"
77
HUGO_ENV = "production"
88
HUGO_ENABLEGITINFO = "true"
9+
NODE_VERSION = "20"
910

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

0 commit comments

Comments
 (0)