diff options
| author | Ryan Vogel <[email protected]> | 2025-12-24 06:17:13 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-24 05:17:13 -0600 |
| commit | 9e96d83164b8795625fed173579995fa256a72d3 (patch) | |
| tree | 04d80c9fbfdc3a0ecc68ccb5fcf0143ae6e61516 | |
| parent | 4275907df68ca8ef99841b118fa4612ccfda7532 (diff) | |
| download | opencode-9e96d83164b8795625fed173579995fa256a72d3.tar.gz opencode-9e96d83164b8795625fed173579995fa256a72d3.zip | |
fix: remove SVG favicon to improve SEO (#5755)
| -rw-r--r-- | packages/ui/src/components/favicon.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/ui/src/components/favicon.tsx b/packages/ui/src/components/favicon.tsx index dec18f1ad..3462384d4 100644 --- a/packages/ui/src/components/favicon.tsx +++ b/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" /> |
