summaryrefslogtreecommitdiffstats
path: root/docs/content/en/hosting-and-deployment/hosting-on-netlify/index.md
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2024-11-13 11:07:57 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2024-11-13 11:07:57 +0100
commit3477d9fcec39d17f99cbc891e337658e8660f5db (patch)
tree4b315ea0ec6c804b40815e2a49911c4ef96681fd /docs/content/en/hosting-and-deployment/hosting-on-netlify/index.md
parente79ee0d5167707d891c80906e71daa098c9e46af (diff)
parentde0df119b504a91c9e1f442b07954f366ffb2932 (diff)
downloadhugo-3477d9fcec39d17f99cbc891e337658e8660f5db.tar.gz
hugo-3477d9fcec39d17f99cbc891e337658e8660f5db.zip
Merge commit 'de0df119b504a91c9e1f442b07954f366ffb2932'
Diffstat (limited to 'docs/content/en/hosting-and-deployment/hosting-on-netlify/index.md')
-rw-r--r--docs/content/en/hosting-and-deployment/hosting-on-netlify/index.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/en/hosting-and-deployment/hosting-on-netlify/index.md b/docs/content/en/hosting-and-deployment/hosting-on-netlify/index.md
index 66382b7e3..a63451062 100644
--- a/docs/content/en/hosting-and-deployment/hosting-on-netlify/index.md
+++ b/docs/content/en/hosting-and-deployment/hosting-on-netlify/index.md
@@ -101,7 +101,7 @@ Create a new file named netlify.toml in the root of your project directory. In i
{{< code file=netlify.toml >}}
[build.environment]
-HUGO_VERSION = "0.128.0"
+HUGO_VERSION = "0.137.1"
TZ = "America/Los_Angeles"
[build]
@@ -113,8 +113,8 @@ If your site requires Dart Sass to transpile Sass to CSS, the configuration file
{{< code file=netlify.toml >}}
[build.environment]
-HUGO_VERSION = "0.128.0"
-DART_SASS_VERSION = "1.77.5"
+HUGO_VERSION = "0.137.1"
+DART_SASS_VERSION = "1.80.6"
TZ = "America/Los_Angeles"
[build]