Fix favicon 500 errors

This commit is contained in:
Kalle
2022-03-02 17:22:20 +02:00
parent a2dddca42e
commit 97327da3cd
2 changed files with 0 additions and 5 deletions

View File

@@ -11,11 +11,6 @@ import { DISCORD_URL } from "./constants";
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 },

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB