This commit is contained in:
Pagwin 2025-01-24 18:04:47 -05:00
parent 8fb8b3c176
commit 668d2fcad0
No known key found for this signature in database
GPG key ID: 81137023740CA260

View file

@ -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]