diff options
| -rw-r--r-- | packages/console/app/src/routes/index.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/console/app/src/routes/index.tsx b/packages/console/app/src/routes/index.tsx index da7f996f1..1a41f0e6a 100644 --- a/packages/console/app/src/routes/index.tsx +++ b/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"> |
