We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c228db + 84b447f commit 708d288Copy full SHA for 708d288
netlify.toml
@@ -4,8 +4,10 @@ publish = "site/public/"
4
command = "pwd && cd themes/docsy && npm install && git submodule update -f --init && cd ../.. && hugo"
5
6
[build.environment]
7
-NODE_VERSION = "20.19.5"
8
-HUGO_VERSION = "v0.148.2"
+# node Active LTS
+NODE_VERSION = "24.11.0"
9
+# https://github.com/gohugoio/hugo/releases
10
+HUGO_VERSION = "0.152.2"
11
12
[context.production.environment]
13
HUGO_ENV = "production"
0 commit comments