From 668d2fcad0726eb0d6116cee3a1641b122c4867b Mon Sep 17 00:00:00 2001 From: Pagwin Date: Fri, 24 Jan 2025 18:04:47 -0500 Subject: [PATCH] sw.js --- app/Config.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]