diff options
-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 d84cf40..c3765db 100644 --- a/hakyll/Main.hs +++ b/hakyll/Main.hs @@ -114,7 +114,7 @@ feedConfiguration = FeedConfiguration , feedDescription = "EuAndreh's blog" , feedAuthorName = "EuAndreh" , feedAuthorEmail = "eu@euandre.org" - , feedRoot = "" + , feedRoot = "https://euandre.org" } dropPrefix :: String -> Routes |