Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions apps/web/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
Binary file added apps/web/public/OG.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading