favicon
This commit is contained in:
parent
2027c8569f
commit
52d88c95a7
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue