more meta tags

This commit is contained in:
Dhravya 2024-04-13 23:48:14 -07:00
parent 532da5f295
commit 126b2d00df
2 changed files with 18 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 KiB

View file

@ -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({