diff --git a/app/root.tsx b/app/root.tsx index 1731a4d48..3f1b3fa91 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -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 }, diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 000000000..6128a3ce5 Binary files /dev/null and b/public/favicon.ico differ