diff --git a/public/img/og-card.png b/public/img/og-card.png new file mode 100644 index 000000000..84e68c53f Binary files /dev/null and b/public/img/og-card.png differ diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 06d6e1791..b11f6bb8f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -24,7 +24,7 @@ import { Matomo } from "@/components/matomo"; import { SITE_DESCRIPTION, SITE_URL } from "@/lib/site"; import "./global.css"; -const OG_IMAGE = "/img/apache-iggy-color-darkbg0.5x.png"; +const OG_IMAGE = "/img/og-card.png"; export const metadata: Metadata = { metadataBase: new URL(SITE_URL), @@ -44,8 +44,8 @@ export const metadata: Metadata = { images: [ { url: OG_IMAGE, - width: 1951, - height: 652, + width: 1200, + height: 630, alt: "Apache Iggy", }, ],