From 76684ff02af4a47ab06b0b7dca255ad8450870b5 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 25 Jul 2018 14:55:11 -0300 Subject: Fix article links in Atom feed --- hakyll/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hakyll/Main.hs') diff --git a/hakyll/Main.hs b/hakyll/Main.hs index 2b2e910..e12517f 100644 --- a/hakyll/Main.hs +++ b/hakyll/Main.hs @@ -104,7 +104,7 @@ feedConfiguration = FeedConfiguration , feedDescription = "EuAndreh's blog" , feedAuthorName = "EuAndreh" , feedAuthorEmail = "eu@euandre.org" - , feedRoot = "euandre.org" + , feedRoot = "" } dropPrefix :: String -> Routes -- cgit v1.2.3