diff options
Diffstat (limited to 'haunt/haunt.scm')
| -rw-r--r-- | haunt/haunt.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haunt/haunt.scm b/haunt/haunt.scm index 79d05e4..cf254fc 100644 --- a/haunt/haunt.scm +++ b/haunt/haunt.scm @@ -47,7 +47,7 @@ (list (atom-feed #:max-entries 1024) (blog) (blogroll) - (htaccess #:error-documents '((404 . "pages/404.html"))) + (htaccess #:error-documents '((404 . "/pages/404.html"))) (outbox) (static-pages) (static-directory "static"))) |