summaryrefslogtreecommitdiff
path: root/site.hs
diff options
context:
space:
mode:
Diffstat (limited to 'site.hs')
-rw-r--r--site.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/site.hs b/site.hs
index fcf617d..118eb34 100644
--- a/site.hs
+++ b/site.hs
@@ -7,7 +7,7 @@ import System.FilePath.Posix ((</>), (<.>), splitExtension, splitFileName, takeD
main :: IO ()
main = hakyllWith hakyllConfig $ do
- match ("images/*" .||. "files/*" .||. "robots.txt") $ do
+ match ("images/*" .||. "files/*" .||. "robots.txt" .||. "health") $ do
route idRoute
compile copyFileCompiler
Generated by cgit. See skreutz.com for my tech blog and contact information.