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.
og
1 parent 35cba99 commit 3b69628Copy full SHA for 3b69628
apps/frontend/lib/utils/og-metadata.ts
@@ -38,11 +38,14 @@ export async function generateNotebookMetadata(
38
39
const previousImages = (await parent).openGraph?.images || [];
40
const title = `${orgName}/${notebookName}`;
41
- const description = "Interactive data analysis and visualization";
+ const description =
42
+ validation.data.description ||
43
+ "Interactive data analysis and visualization";
44
45
return {
46
title,
47
description,
48
+ themeColor: "#ffffff",
49
openGraph: {
50
51
0 commit comments