fix: remove SVG favicon to improve SEO (#5755)

thinking-toggle-wip
Ryan Vogel 2025-12-24 06:17:13 -05:00 committed by Aiden Cline
parent 73e5315077
commit f22dd0646e
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ export const Favicon = () => {
return (
<>
<Link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<Link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<Link rel="shortcut icon" href="/favicon.ico" />
<Link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<Link rel="manifest" href="/site.webmanifest" />