diff options
Diffstat (limited to '')
-rw-r--r-- | hakyll/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hakyll/Main.hs b/hakyll/Main.hs index f83bdd4..2b2e910 100644 --- a/hakyll/Main.hs +++ b/hakyll/Main.hs @@ -11,7 +11,7 @@ main = hakyll $ do match "images/*" $ do route idRoute compile copyFileCompiler - match "static/*" $ do + match "static/**/*" $ do route idRoute compile copyFileCompiler match "fonts/*" $ do |