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 793810a..28147d4 100644
--- a/site.hs
+++ b/site.hs
@@ -7,7 +7,7 @@ import Hakyll
--------------------------------------------------------------------------------
main :: IO ()
main = hakyll $ do
- match "images/*" $ do
+ match "img/*" $ do
route idRoute
compile copyFileCompiler