From 71f54e941b74122353d950c04c7afa1a7b887595 Mon Sep 17 00:00:00 2001 From: Andreas Deininger <adeininger@urbanonline.de> Date: Mon, 26 May 2025 16:49:23 +0000 Subject: [PATCH] fix: make setting 'contentratio' work again (#560) --- netlify.toml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/netlify.toml b/netlify.toml index 5073b30..88f3cb1 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ command = "cd exampleSite && hugo --gc --minify --themesDir ../.." [build.environment] - HUGO_VERSION = "0.146.5" + HUGO_VERSION = "0.147.5" HUGO_ENV = "production" HUGO_THEME = "repo" HUGO_BASEURL = "https://anatole-demo.netlify.app" -- Gitblit v1.10.0