From 126b2d00df57b32bc1e5adbbf2ae3dc7ca32c5ab Mon Sep 17 00:00:00 2001 From: Dhravya Date: Sat, 13 Apr 2024 23:48:14 -0700 Subject: more meta tags --- apps/web/src/app/layout.tsx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'apps/web/src') diff --git a/apps/web/src/app/layout.tsx b/apps/web/src/app/layout.tsx index 81fe8f99..b3ae4c86 100644 --- a/apps/web/src/app/layout.tsx +++ b/apps/web/src/app/layout.tsx @@ -8,6 +8,24 @@ const inter = Inter({ weight: ["300", "400", "500"], subsets: ["latin"] }); export const metadata: Metadata = { title: "Supermemory - Your second brain", description: "Save your memories forever, build your own second brain.", + openGraph: { + images: [ + { + url: "/og-image.png", + width: 1200, + height: 630, + }, + ], + siteName: "Supermemory", + title: "Supermemory - Your second brain", + description: "Save your memories forever, build your own second brain.", + }, + twitter: { + card: "summary_large_image", + site: "https://supermemory.dhr.wtf", + creator: "@dhravyashah", + description: "Save your memories forever, build your own second brain.", + }, }; export default function RootLayout({ -- cgit v1.2.3