Skip to content

Commit

Permalink
Fix missing fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
ldgrp committed Aug 19, 2023
1 parent c2d4ca8 commit 7faea63
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions site.hs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ import System.FilePath.Posix ((</>))
--------------------------------------------------------------------------------
main :: IO ()
main = hakyll $ do
match "fonts/*" $ do
route idRoute
compile copyFileCompiler

match "images/*" $ do
route idRoute
compile copyFileCompiler
Expand Down

0 comments on commit 7faea63

Please sign in to comment.