Fix favicon

This commit is contained in:
Dimitri Lozeve 2025-02-23 23:10:27 +01:00
parent 6d744a8840
commit d0d75b5991
13 changed files with 28 additions and 4 deletions

View file

@ -18,7 +18,7 @@ main = hakyll $ do
route idRoute
compile copyFileCompiler
match "favicon.ico" $ do
match (fromList ["favicon.ico", "favicon.svg", "favicon-96x96.png", "web-app-manifest-192x192.png", "web-app-manifest-512x512.png", "apple-touch-icon.png", "site.webmanifest"]) $ do
route idRoute
compile copyFileCompiler