Browse Source

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

Ryan Vogel 2 months ago
parent
commit
9e96d83164
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/ui/src/components/favicon.tsx

+ 0 - 1
packages/ui/src/components/favicon.tsx

@@ -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" />