Skip to content

Commit 91515ce

Browse files
Explanatory comment for GitHub pages
1 parent 2be20f4 commit 91515ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

message-index/site.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ import Text.Pandoc.Definition (Meta (..), MetaValue (..), Pandoc (..))
2323

2424
main :: IO ()
2525
main = hakyll $ do
26+
-- Necessary to have GitHub Pages point at the right domain
2627
match "CNAME" $ do
2728
route idRoute
2829
compile copyFileCompiler

0 commit comments

Comments
 (0)