mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-28 05:25:33 +00:00
more meta tags
This commit is contained in:
parent
532da5f295
commit
126b2d00df
2 changed files with 18 additions and 0 deletions
BIN
apps/web/public/og-image.png
Normal file
BIN
apps/web/public/og-image.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 129 KiB |
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue