Skip to content

Commit 2be20f4

Browse files
Add CNAME file for GitHub pages
Fixes #351
1 parent 8bb58ba commit 2be20f4

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

message-index/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
errors.haskell.org

message-index/site.hs

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

2424
main :: IO ()
2525
main = hakyll $ do
26+
match "CNAME" $ do
27+
route idRoute
28+
compile copyFileCompiler
29+
2630
match "images/*" $ do
2731
route idRoute
2832
compile copyFileCompiler

0 commit comments

Comments
 (0)