From 51e0e0064cdbb92fcd859c94cb616f45e3a37ed5 Mon Sep 17 00:00:00 2001 From: theodugautier Date: Sun, 31 Aug 2025 17:30:46 +0200 Subject: [PATCH] Change baseURL --- hugo.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hugo.yml b/hugo.yml index 2105d0c..1aee9c4 100644 --- a/hugo.yml +++ b/hugo.yml @@ -1,7 +1,8 @@ # Documentation: https://gohugo.io/getting-started/configuration # Don't remove _merge, which imports default config theme: hugo-theme-yue -baseURL: 'https://www.bagarrons-nous.org' +# baseURL: 'https://www.bagarrons-nous.org' +baseURL: 'https://test.morlaer.netlib.re' defaultContentLanguage: fr defaultContentLanguageInSubdir: true enableGitInfo: false # Set lastmod from git history, this may increase build time