mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-28 05:25:33 +00:00
Add web app OG image metadata (#1058)
This commit is contained in:
parent
053baa5029
commit
6c6b5297b6
2 changed files with 20 additions and 0 deletions
|
|
@ -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
BIN
apps/web/public/OG.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2 MiB |
Loading…
Add table
Reference in a new issue