From 80d26621aa5c3f04d84adcd0ca32394409ece98a Mon Sep 17 00:00:00 2001 From: spearhead33 Date: Mon, 30 Jun 2025 02:49:56 +0300 Subject: [PATCH] content: Update version reference --- content/en/host-and-deploy/host-on-netlify/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/host-and-deploy/host-on-netlify/index.md b/content/en/host-and-deploy/host-on-netlify/index.md index 3c135ae68..8c6fc0693 100644 --- a/content/en/host-and-deploy/host-on-netlify/index.md +++ b/content/en/host-and-deploy/host-on-netlify/index.md @@ -114,7 +114,7 @@ Create a new file named netlify.toml in the root of your project directory. In i ```toml {file="netlify.toml"} [build.environment] GO_VERSION = "1.24.2" -HUGO_VERSION = "0.147.1" +HUGO_VERSION = "0.147.9" NODE_VERSION = "22" TZ = "America/Los_Angeles" @@ -129,7 +129,7 @@ If your site requires Dart Sass to transpile Sass to CSS, the configuration file [build.environment] DART_SASS_VERSION = "1.87.0" GO_VERSION = "1.24.2" -HUGO_VERSION = "0.147.1" +HUGO_VERSION = "0.147.9" NODE_VERSION = "22" TZ = "America/Los_Angeles"