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 1833558..7d4b4b0 100644
--- a/site.hs
+++ b/site.hs
@@ -14,7 +14,7 @@ main :: IO ()
main = do
Encoding.setLocaleEncoding Encoding.utf8
hakyllWith hakyllConfig $ do
- match ("images/*" .||. "files/*" .||. "robots.txt" .||. "health") $ do
+ match ("images/*" .||. "files/*" .||. "robots.txt" .||. "ads.txt" .||. "app-ads.txt" .||. "health") $ do
route idRoute
compile copyFileCompiler
Generated by cgit. See skreutz.com for my tech blog and contact information.