Browse Source

fix(console): remove extra favicon

Adam 3 months ago
parent
commit
5230b91b25
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/console/app/src/routes/index.tsx

+ 0 - 1
packages/console/app/src/routes/index.tsx

@@ -45,7 +45,6 @@ export default function Home() {
       {/*<HttpHeader name="Cache-Control" value="public, max-age=1, s-maxage=3600, stale-while-revalidate=86400" />*/}
       <Title>OpenCode | The AI coding agent built for the terminal</Title>
       <Link rel="canonical" href={config.baseUrl} />
-      <Link rel="shortcut icon" type="image/svg+xml" href="/favicon.svg" />
       <Meta property="og:image" content="/social-share.png" />
       <Meta name="twitter:image" content="/social-share.png" />
       <div data-component="container">