Change baseURL

main
theodugautier 2025-08-31 17:30:46 +02:00
parent ccf8ed3be9
commit 51e0e0064c
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
# Documentation: https://gohugo.io/getting-started/configuration # Documentation: https://gohugo.io/getting-started/configuration
# Don't remove _merge, which imports default config # Don't remove _merge, which imports default config
theme: hugo-theme-yue theme: hugo-theme-yue
baseURL: 'https://www.bagarrons-nous.org' # baseURL: 'https://www.bagarrons-nous.org'
baseURL: 'https://test.morlaer.netlib.re'
defaultContentLanguage: fr defaultContentLanguage: fr
defaultContentLanguageInSubdir: true defaultContentLanguageInSubdir: true
enableGitInfo: false # Set lastmod from git history, this may increase build time enableGitInfo: false # Set lastmod from git history, this may increase build time