diff --git a/app/layout.tsx b/app/layout.tsx index e5b6607..1a46465 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -22,6 +22,28 @@ export const metadata: Metadata = { icons: { icon: "data:image/svg+xml,💚", }, + 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({ diff --git a/public/og-image.jpg b/public/og-image.jpg new file mode 100644 index 0000000..1b36838 Binary files /dev/null and b/public/og-image.jpg differ