Skip to content

Commit dcf4537

Browse files
authored
Add Open Graph and Twitter Card images to layout metadata (#674)
1 parent dc946c0 commit dcf4537

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

apps/website/app/(home)/layout.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,20 @@ export const metadata: Metadata = {
1414
title: "Discourse Graphs",
1515
description: "A tool and ecosystem for collaborative knowledge synthesis",
1616
type: "website",
17+
images: [
18+
{
19+
url: "/MATSU_lab_journal_club_graph_view.png",
20+
width: 1200,
21+
height: 630,
22+
alt: "Discourse Graphs collaboration map preview",
23+
},
24+
],
1725
},
1826
twitter: {
1927
card: "summary_large_image",
2028
title: "Discourse Graphs",
2129
description: "A tool and ecosystem for collaborative knowledge synthesis",
30+
images: ["/MATSU_lab_journal_club_graph_view.png"],
2231
},
2332
};
2433

0 commit comments

Comments
 (0)