site: Add .domains file

This commit is contained in:
Tom Hubrecht 2023-06-30 13:44:16 +02:00
parent 582ee8b149
commit 794c3dbae3
2 changed files with 3 additions and 1 deletions

2
site/.domains Normal file
View file

@ -0,0 +1,2 @@
dgnum.eu
dev.dgnum.eu

View file

@ -75,7 +75,7 @@ main = hakyll $ do
poles <- extractMeta "poles"
-- Static files
match ("vendor/**" .||. "images/**" .||. "documents/**" .||. filePattern) $ do
match ("vendor/**" .||. "images/**" .||. "documents/**" .||. ".domains" .||. filePattern) $ do
route idRoute
compile copyFileCompiler