Add web app OG image metadata (#1058)

This commit is contained in:
MaheshtheDev 2026-06-06 02:11:36 +00:00
parent 053baa5029
commit 6c6b5297b6
2 changed files with 20 additions and 0 deletions

View file

@ -31,7 +31,27 @@ export const metadata: Metadata = {
],
},
manifest: "/manifest.webmanifest",
openGraph: {
description: "Your memories, wherever you are",
images: [
{
url: "/OG.png",
width: 1800,
height: 945,
alt: "supermemory app",
},
],
siteName: "supermemory",
title: "supermemory app",
type: "website",
},
title: "supermemory app",
twitter: {
card: "summary_large_image",
description: "Your memories, wherever you are",
images: ["/OG.png"],
title: "supermemory app",
},
}
export const viewport: Viewport = {

BIN
apps/web/public/OG.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 MiB