From b5d0aae050a88872f9dbc4429db40b904f474d81 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Tue, 13 May 2025 19:30:41 +0200 Subject: Fix domain name. For now the website is deployed on blog.test.replicant.us, so we need to reflect that because otherwise the RSS creates links that don't work. Signed-off-by: Denis 'GNUtoo' Carikli --- haunt.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'haunt.scm') diff --git a/haunt.scm b/haunt.scm index a35847f..c7f3220 100644 --- a/haunt.scm +++ b/haunt.scm @@ -27,7 +27,7 @@ (fluid-set! %default-port-encoding "UTF-8") (site #:title "Replicant" - #:domain "blog.replicant.us" + #:domain "blog.test.replicant.us" #:default-metadata '((author . "Replicant contributors")) #:posts-directory "posts" -- cgit v1.2.3