forked from DGNum/dgnum.eu
site: Add .domains file
This commit is contained in:
parent
582ee8b149
commit
794c3dbae3
2 changed files with 3 additions and 1 deletions
2
site/.domains
Normal file
2
site/.domains
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
dgnum.eu
|
||||||
|
dev.dgnum.eu
|
|
@ -75,7 +75,7 @@ main = hakyll $ do
|
||||||
poles <- extractMeta "poles"
|
poles <- extractMeta "poles"
|
||||||
|
|
||||||
-- Static files
|
-- Static files
|
||||||
match ("vendor/**" .||. "images/**" .||. "documents/**" .||. filePattern) $ do
|
match ("vendor/**" .||. "images/**" .||. "documents/**" .||. ".domains" .||. filePattern) $ do
|
||||||
route idRoute
|
route idRoute
|
||||||
compile copyFileCompiler
|
compile copyFileCompiler
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue