From a1ca8499d84933d77c1116d068fa6a7ad8db9f59 Mon Sep 17 00:00:00 2001 From: distorsion Date: Fri, 24 Jan 2025 23:17:58 +0100 Subject: [PATCH] Use interhacker subdomain. --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index 101019a..da6dd41 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,4 @@ -baseURL = 'https://distorsion.web.deuxfleurs.fr' +baseURL = 'https://distorsion.interhacker.space' languageCode = 'en-us' title = 'La Distortion' theme = 'osprey'