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