From 759cc945636473d251a28597e2007cbb7d11631d Mon Sep 17 00:00:00 2001
From: Andreas Deininger <andreas@deininger.net>
Date: Fri, 17 May 2024 19:45:40 +0000
Subject: [PATCH] Fix deprecation warnings (#913)

---
 netlify.toml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/netlify.toml b/netlify.toml
index cee9682..560742e 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -3,7 +3,7 @@
 command = "cd exampleSite && hugo --themesDir=../.. --baseURL $URL"
 
 [build.environment]
-HUGO_VERSION = "0.124.1"
+HUGO_VERSION = "0.126.1"
 HUGO_THEME = "repo"
 
 [context.deploy-preview]

--
Gitblit v1.10.0