diff --git a/app/Config.hs b/app/Config.hs index 546db0e..f808665 100644 --- a/app/Config.hs +++ b/app/Config.hs @@ -4,7 +4,7 @@ outputDir :: String outputDir = "publish" assetGlobs :: [String] -assetGlobs = ["static//*", "robots.txt", "sw.js"] +assetGlobs = ["static//*", "robots.txt", "sw.js", "favicon.ico"] -- CAN ONLY BE TYPST DOCS UNLESS YOU CHANGE THINGS AT THE `pages` RULE in `Main.hs pagePaths :: [String]