From 9ae5de603f34c4221c8c9b12f23fda5f1ef05200 Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Thu, 18 Jul 2024 16:16:26 +0000
Subject: [PATCH] chore: bump hugo version on Netlify

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

diff --git a/netlify.toml b/netlify.toml
index c71d1d2..f3d0dce 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -3,7 +3,7 @@
   command = "cd exampleSite && hugo --gc --minify --themesDir ../.."
   
 [build.environment]
-  HUGO_VERSION = "0.69.0"
+  HUGO_VERSION = "0.128.0"
   HUGO_ENV = "production"
   HUGO_THEME = "repo"
   HUGO_BASEURL = "https://anatole-demo.netlify.app"

--
Gitblit v1.10.0