diff --git a/netlify.toml b/netlify.toml index 7259923..2346b7d 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,3 @@ -HUGO_VERSION = "0.124.0" - [build] publish = "public" functions = "functions" @@ -7,6 +5,7 @@ HUGO_VERSION = "0.124.0" [build.environment] NODE_VERSION = "20.11.0" NPM_VERSION = "10.2.4" + HUGO_VERSION = "0.125.1" [context.production] command = "hugo --minify --gc"