diff --git a/netlify.toml b/netlify.toml index 241182e..1dc6399 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,10 +2,11 @@ publish = "public" command = "hugo -b $URL" [build.environment] - HUGO_VERSION = "0.110.0" + HUGO_VERSION = "0.124.1" [context.production.environment] + HUGO_VERSION = "0.124.1" HUGO_ENV = "production" command = "hugo -b $URL"