diff --git a/app/layout.tsx b/app/layout.tsx index af4963b..170ecaa 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -14,6 +14,30 @@ export const metadata: Metadata = { icons: { icon: "data:image/svg+xml,💩", }, + 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({ diff --git a/public/og-image.jpg b/public/og-image.jpg new file mode 100644 index 0000000..6156481 Binary files /dev/null and b/public/og-image.jpg differ