haunt: Pass proper #:domain argument.

Passing a URL is rejected by Haunt 0.2.5.

* haunt.scm <top level>: Fix #:domain argument.
This commit is contained in:
Ludovic Courtès 2021-06-11 22:20:47 +02:00
parent c07b754159
commit a1031c3c8a
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ place them in the directory DEST."
(define %make-slug post/file-base-name)
(site #:title "Bootstrappable"
#:domain "http://bootstrappable.org/blog"
#:domain "bootstrappable.org"
#:default-metadata
'((author . "Ricardo Wurmus")
(email . "rekado@elephly.net"))