diff options
| author | Adam <[email protected]> | 2025-11-24 15:48:06 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-11-24 15:48:11 -0600 |
| commit | 5230b91b257349f8908f739981c1188ae619abd9 (patch) | |
| tree | 17682b8852d0f144cc44dbdc276a225d610c71a2 /packages/console/app/src | |
| parent | 493b3d72e4e9cd81ca62ded4905eb645d1cc33d1 (diff) | |
| download | opencode-5230b91b257349f8908f739981c1188ae619abd9.tar.gz opencode-5230b91b257349f8908f739981c1188ae619abd9.zip | |
fix(console): remove extra favicon
Diffstat (limited to 'packages/console/app/src')
| -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"> |
