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.
1 parent b609aa8 commit 954d8edCopy full SHA for 954d8ed
config.toml
@@ -9,7 +9,7 @@ enableRobotsTXT = false
9
[module]
10
[module.hugoVersion]
11
extended = true
12
- min = "0.145.0"
+ min = "0.150.1"
13
14
[sitemap]
15
changefreq = "daily"
netlify.toml
@@ -3,10 +3,10 @@
3
command = "hugo --gc --minify"
4
5
[build.environment]
6
- HUGO_VERSION = "0.145.0"
+ HUGO_VERSION = "0.150.1"
7
HUGO_ENV = "production"
8
HUGO_ENABLEGITINFO = "true"
- NODE_VERSION = "20"
+ NODE_VERSION = "22"
[context.deploy-preview]
command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
0 commit comments