From 3cde9e0854f03bdf060123dd1998b045206b2216 Mon Sep 17 00:00:00 2001 From: theodugautier Date: Sun, 31 Aug 2025 17:32:13 +0200 Subject: [PATCH] Change baseURL --- hugo.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hugo.yml b/hugo.yml index 1aee9c4..2105d0c 100644 --- a/hugo.yml +++ b/hugo.yml @@ -1,8 +1,7 @@ # 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://test.morlaer.netlib.re' +baseURL: 'https://www.bagarrons-nous.org' defaultContentLanguage: fr defaultContentLanguageInSubdir: true enableGitInfo: false # Set lastmod from git history, this may increase build time