From fa94ee668a2282fa9a8253291378d58ad27ddcd1 Mon Sep 17 00:00:00 2001 From: bobinstein Date: Thu, 5 Dec 2024 13:15:30 -0500 Subject: [PATCH] chore: metadata tests --- src/app/layout.tsx | 33 +++++++++++++++++++++-- src/app/learn/concepts/manifests/page.mdx | 7 +++++ 2 files changed, 38 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6f5f37e2..0307518c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -9,11 +9,40 @@ import '@/styles/tailwind.css' export const metadata: Metadata = { title: { - template: '%s - Protocol API Reference', - default: 'Protocol API Reference', + template: 'ar.io Network Docs - %s', + default: 'ar.io Network Docs', + }, + icons: { + icon: "https://arweave.net/IXl1JBlE_gsOaXGa6yE1eifPu7ekH-qSaGR9b5GU88Y" + }, + description: "Documentation, guides, and other resources for ar.io developers and gateway operators.", + openGraph: { + title: { + template: 'ar.io Network Docs - %s', + default: 'ar.io Network Docs', + }, + images: [ + { + url: 'https://res.cloudinary.com/dopbvlqgc/image/upload/v1706802732/ario_v2nv53.png', + }, + ], + }, + twitter: { + card: 'summary_large_image', + title: { + template: 'ar.io Network Docs - %s', + default: 'ar.io Network Docs', + }, + site: '@ar_io_network', + images: [ + { + url: 'https://res.cloudinary.com/dopbvlqgc/image/upload/v1706802732/ario_v2nv53.png', + }, + ], }, } + export default async function RootLayout({ children, }: { diff --git a/src/app/learn/concepts/manifests/page.mdx b/src/app/learn/concepts/manifests/page.mdx index 1e218875..5d8294e2 100644 --- a/src/app/learn/concepts/manifests/page.mdx +++ b/src/app/learn/concepts/manifests/page.mdx @@ -1,5 +1,12 @@ import {HeroPattern} from "@/components/HeroPattern" + + +export const metadata = { + title: "Manifests", + description: "Manifests do cool stuff." +} + # Manifests