From 51cd2a7cdac363b4b30a5cc21f0181429ba14bfd Mon Sep 17 00:00:00 2001 From: Draconis Date: Wed, 12 Feb 2025 22:59:40 +0100 Subject: [PATCH] define baseURL --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index f470715..ea23cc0 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,4 @@ -baseURL = "https://example.com/" +baseURL = "https://colmaris.fr" theme = ["hugo-ficurinia", "hugo-shortcode-gallery"] title = "Colmaris's Blog" languageCode = "fr-FR"