aboutsummaryrefslogtreecommitdiffstats
path: root/haunt.scm
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2025-05-13 19:30:41 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2025-06-15 01:30:32 +0200
commitb5d0aae050a88872f9dbc4429db40b904f474d81 (patch)
treeb91f0b2497f15c539f08c868c6ad464eb19c2fc9 /haunt.scm
parentfe50a8d4faa5cbf61155a15cdb3c1caaf70558c9 (diff)
downloadhaunt-blog-b5d0aae050a88872f9dbc4429db40b904f474d81.tar.gz
haunt-blog-b5d0aae050a88872f9dbc4429db40b904f474d81.tar.bz2
haunt-blog-b5d0aae050a88872f9dbc4429db40b904f474d81.zip
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 <GNUtoo@cyberdimension.org>
Diffstat (limited to 'haunt.scm')
-rw-r--r--haunt.scm2
1 files changed, 1 insertions, 1 deletions
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"