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