From f9fda95df3a66fc21d6bda007e73155fe343613d Mon Sep 17 00:00:00 2001 From: gribse Date: Tue, 27 May 2025 19:27:36 +0200 Subject: [PATCH] Update baseURL in configuration to reflect the correct domain --- hugo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.yml b/hugo.yml index c42bf52..f57ec61 100644 --- a/hugo.yml +++ b/hugo.yml @@ -1,4 +1,4 @@ -baseURL: 'https://blog.achilletoupin.com/' +baseURL: 'https://www.achilletoupin.com/' languageCode: 'fr-fr' title: 'Achille Toupin'