We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc946c0 commit dcf4537Copy full SHA for dcf4537
apps/website/app/(home)/layout.tsx
@@ -14,11 +14,20 @@ export const metadata: Metadata = {
14
title: "Discourse Graphs",
15
description: "A tool and ecosystem for collaborative knowledge synthesis",
16
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
+ ],
25
},
26
twitter: {
27
card: "summary_large_image",
28
29
30
+ images: ["/MATSU_lab_journal_club_graph_view.png"],
31
32
};
33
0 commit comments