From 77fe690753cd039bf990db7bcadc708f20c36a41 Mon Sep 17 00:00:00 2001 From: CXwudi Date: Thu, 14 Mar 2024 03:11:10 +0000 Subject: [PATCH] downgrade until issue is fixed --- .devcontainer/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/.env b/.devcontainer/.env index 6e7e421..092592a 100644 --- a/.devcontainer/.env +++ b/.devcontainer/.env @@ -1,3 +1,3 @@ # must use 0.112 and above for deep merging of i18n config, see https://github.com/gohugoio/hugo/issues/10620 # check newest Hugo version at -HUGO_VERSION=0.123.8 +HUGO_VERSION=0.121.2 # fixed to 0.121.2 for now until https://github.com/gohugoio/hugo/issues/12107 is resolved