Add Open Graph and Twitter Card metadata

Generated with Claude Code

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2025-12-22 22:31:15 +01:00
parent 5c260669b7
commit 341e88b55a
2 changed files with 22 additions and 0 deletions

View File

@ -22,6 +22,28 @@ export const metadata: Metadata = {
icons: {
icon: "data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>💚</text></svg>",
},
openGraph: {
title: "dokindthings.fund",
description: "Community allocated streams for acts of kindness",
url: "https://dokindthings.fund",
siteName: "dokindthings.fund",
images: [
{
url: "/og-image.jpg",
width: 1200,
height: 630,
alt: "dokindthings.fund - Community Allocated Streams for Acts of Kindness",
},
],
locale: "en_US",
type: "website",
},
twitter: {
card: "summary_large_image",
title: "dokindthings.fund",
description: "Community allocated streams for acts of kindness",
images: ["/og-image.jpg"],
},
}
export default function RootLayout({

BIN
public/og-image.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB