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:
parent
5c260669b7
commit
341e88b55a
|
|
@ -22,6 +22,28 @@ export const metadata: Metadata = {
|
||||||
icons: {
|
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>",
|
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({
|
export default function RootLayout({
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 43 KiB |
Loading…
Reference in New Issue