diff --git a/app/layout.tsx b/app/layout.tsx index 36768bd..b64665e 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -18,7 +18,30 @@ export const metadata: Metadata = { "Exploring regenerative economic systems inspired by mycelial networks and nature's resource allocation algorithms", generator: "v0.app", icons: { - icon: "/mycofi-logo.jpg", + icon: "data:image/svg+xml,🍄", + }, + metadataBase: new URL("https://mycofi.earth"), + openGraph: { + title: "MycoFi - Mycoeconomics & Permaculture Currencies", + description: "Exploring regenerative economic systems inspired by mycelial networks and nature's resource allocation algorithms", + url: "https://mycofi.earth", + siteName: "MycoFi", + images: [ + { + url: "/og-image.jpg", + width: 1200, + height: 630, + alt: "MycoFi - Regenerative Economics", + }, + ], + locale: "en_US", + type: "website", + }, + twitter: { + card: "summary_large_image", + title: "MycoFi - Mycoeconomics & Permaculture Currencies", + description: "Exploring regenerative economic systems inspired by mycelial networks and nature's resource allocation algorithms", + images: ["/og-image.jpg"], }, } diff --git a/public/og-image.jpg b/public/og-image.jpg new file mode 100644 index 0000000..9b28580 Binary files /dev/null and b/public/og-image.jpg differ