Skip to content

Commit 5216f43

Browse files
committed
changelog open graph image
1 parent 3a2ec3c commit 5216f43

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

54.1 KB
Loading

apps/web/src/app/changelog/page.tsx

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,25 @@ import {
1212

1313
export const metadata: Metadata = {
1414
title: "Changelog - OpenCut",
15-
description: "Every update, improvement, and fix to OpenCut — documented.",
15+
description: "What's new in OpenCut",
1616
openGraph: {
1717
title: "Changelog - OpenCut",
1818
description: "Every update, improvement, and fix to OpenCut — documented.",
1919
type: "website",
20+
images: [
21+
{
22+
url: "/open-graph/changlog.jpg",
23+
width: 1200,
24+
height: 630,
25+
alt: "OpenCut Changelog",
26+
},
27+
],
28+
},
29+
twitter: {
30+
card: "summary_large_image",
31+
title: "Changelog - OpenCut",
32+
description: "What's new in OpenCut",
33+
images: ["/open-graph/changlog.jpg"],
2034
},
2135
};
2236

0 commit comments

Comments
 (0)