diff options
Diffstat (limited to 'app/Main.hs')
| -rw-r--r-- | app/Main.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Main.hs b/app/Main.hs index 9510471..bce890b 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -49,6 +49,9 @@ main = do -- route $ dropParentRoute 1 -- compile $ minify <<$>> getResourceLBS + match "www/img/**" $ do + route $ dropParentRoute 1 + compile copyFileCompiler let baseCtxt :: Context String baseCtxt = fold $ |
