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
d37594a6f8
commit
fd4f359579
|
|
@ -14,6 +14,30 @@ 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: "Composting Capitalism | Building (Com)Post-Capitalism",
|
||||
description:
|
||||
"Exploring how we can decompose the excesses of capitalism and cultivate regenerative (com)post-capitalist systems that work for the many, not the few.",
|
||||
url: "https://compostingcapitalism.com",
|
||||
siteName: "Composting Capitalism",
|
||||
images: [
|
||||
{
|
||||
url: "/og-image.jpg",
|
||||
width: 1200,
|
||||
height: 630,
|
||||
alt: "Composting Capitalism - Building (Com)Post-Capitalism",
|
||||
},
|
||||
],
|
||||
locale: "en_US",
|
||||
type: "website",
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Composting Capitalism | Building (Com)Post-Capitalism",
|
||||
description:
|
||||
"Exploring how we can decompose the excesses of capitalism and cultivate regenerative (com)post-capitalist systems that work for the many, not the few.",
|
||||
images: ["/og-image.jpg"],
|
||||
},
|
||||
}
|
||||
|
||||
export default function RootLayout({
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 173 KiB |
Loading…
Reference in New Issue