Add favicon

This commit is contained in:
Kalle (Sendou)
2021-12-22 21:21:40 +02:00
parent d0b9708510
commit 7d14cb843b
2 changed files with 5 additions and 0 deletions

View File

@@ -10,6 +10,11 @@ import { Catcher } from "./components/Catcher";
export const links: LinksFunction = () => {
return [
{
rel: "icon",
href: "/img/layout/logo.webp",
type: "image/webp",
},
{ rel: "stylesheet", href: resetStyles },
{ rel: "stylesheet", href: globalStyles },
{ rel: "stylesheet", href: layoutStyles },

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB