sw.js
This commit is contained in:
parent
8fb8b3c176
commit
668d2fcad0
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue