mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-13 14:46:10 -05:00
Fix favicon 500 errors
This commit is contained in:
@@ -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
BIN
public/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.8 KiB |
Reference in New Issue
Block a user