Merge branch 'dev' into patch-1

This commit is contained in:
James Panther
2025-02-24 12:08:39 +11:00
committed by GitHub
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" publish = "public"
[build.environment] [build.environment]
HUGO_VERSION = "0.119.0" HUGO_VERSION = "0.144.2"
NODE_ENV = "production" NODE_ENV = "production"
TZ = "UTC" # Set to preferred timezone TZ = "UTC" # Set to preferred timezone
+1 -1
View File
@@ -3,7 +3,7 @@
publish = "exampleSite/public" publish = "exampleSite/public"
[build.environment] [build.environment]
HUGO_VERSION = "0.139.3" HUGO_VERSION = "0.144.2"
HUGO_THEMESDIR = "../.." HUGO_THEMESDIR = "../.."
HUGO_THEME = "repo" HUGO_THEME = "repo"
TZ = "Australia/Melbourne" TZ = "Australia/Melbourne"