From 52d88c95a73b79afb4d78657604969c8d8cd7d8d Mon Sep 17 00:00:00 2001 From: Pagwin Date: Wed, 12 Feb 2025 10:20:07 -0500 Subject: [PATCH] favicon --- app/Config.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Config.hs b/app/Config.hs index 546db0e..f808665 100644 --- a/app/Config.hs +++ b/app/Config.hs @@ -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]