diff options
Diffstat (limited to '')
-rw-r--r-- | hakyll/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |