changelog open graph image

This commit is contained in:
Maze Winther 2026-03-02 18:37:04 +01:00
parent 3a2ec3c291
commit 5216f4398f
2 changed files with 15 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

View File

@ -12,11 +12,25 @@ import {
export const metadata: Metadata = {
title: "Changelog - OpenCut",
description: "Every update, improvement, and fix to OpenCut — documented.",
description: "What's new in OpenCut",
openGraph: {
title: "Changelog - OpenCut",
description: "Every update, improvement, and fix to OpenCut — documented.",
type: "website",
images: [
{
url: "/open-graph/changlog.jpg",
width: 1200,
height: 630,
alt: "OpenCut Changelog",
},
],
},
twitter: {
card: "summary_large_image",
title: "Changelog - OpenCut",
description: "What's new in OpenCut",
images: ["/open-graph/changlog.jpg"],
},
};