Fix favicon
This commit is contained in:
parent
6d744a8840
commit
d0d75b5991
13 changed files with 28 additions and 4 deletions
2
site.hs
2
site.hs
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue