👷 Update Netlify Hugo version

This commit is contained in:
James Panther
2025-02-24 12:08:05 +11:00
parent 12a37ab058
commit 0fb0c25d07
2 changed files with 2 additions and 2 deletions
@@ -100,7 +100,7 @@ Then in the root of your site repository, create a `netlify.toml` file:
publish = "public"
[build.environment]
HUGO_VERSION = "0.119.0"
HUGO_VERSION = "0.144.2"
NODE_ENV = "production"
TZ = "UTC" # Set to preferred timezone
+1 -1
View File
@@ -3,7 +3,7 @@
publish = "exampleSite/public"
[build.environment]
HUGO_VERSION = "0.139.3"
HUGO_VERSION = "0.144.2"
HUGO_THEMESDIR = "../.."
HUGO_THEME = "repo"
TZ = "Australia/Melbourne"