This commit is contained in:
Pagwin 2025-02-12 10:20:07 -05:00
parent 2027c8569f
commit 52d88c95a7
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", "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]