fix: remove SVG favicon to improve SEO (#5755)
parent
4275907df6
commit
9e96d83164
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue