diff --git a/public/og-logo.png b/public/og-logo.png new file mode 100644 index 00000000..f5c85d4b Binary files /dev/null and b/public/og-logo.png differ diff --git a/public/og.png b/public/og.png index cdd29d53..a9ef5840 100644 Binary files a/public/og.png and b/public/og.png differ diff --git a/public/og.svg b/public/og.svg new file mode 100644 index 00000000..c8a4092b --- /dev/null +++ b/public/og.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ClawHub.ai + Equip. Install. Build. + + Developer tools and agent skills + for your next project. + + + + + + + + What are you looking for? + + Search tools + + + + + self-improving + + GitHub integration + + dashboard + + diff --git a/src/routes/__root.tsx b/src/routes/__root.tsx index 16cd0859..be5324a5 100644 --- a/src/routes/__root.tsx +++ b/src/routes/__root.tsx @@ -10,13 +10,15 @@ import Header from "../components/Header"; import { getSiteDescription, getSiteMode, getSiteName, getSiteUrlForMode } from "../lib/site"; import appCss from "../styles.css?url"; +const OG_IMAGE_VERSION = "20260420-12"; + export const Route = createRootRoute({ head: () => { const mode = getSiteMode(); const siteName = getSiteName(mode); const siteDescription = getSiteDescription(mode); const siteUrl = getSiteUrlForMode(mode); - const ogImage = `${siteUrl}/og.png`; + const ogImage = `${siteUrl}/og.png?v=${OG_IMAGE_VERSION}`; return { meta: [