Here is the code, not sure what's wrong
export const metadata = {
title: "Me| Home",
description:
"CONTEXT CONTEXT",
author: "Me",
p: {
domain_verify: "some id",
},
openGraph: {
url: "https://Me.com",
type: "website",
siteName: "Me",
images: [
"link,
],
locale: "en_US",
},
twitter: {
card: "summary_large_image",
domain: "Me.com",
url: "Me.com",
title: "Me| Home",
description:
"CONTEXT CONTEXT",
images: [
"link",
],
},
};```