mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
changelog open graph image
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 54 KiB |
@@ -12,11 +12,25 @@ import {
|
|||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Changelog - OpenCut",
|
title: "Changelog - OpenCut",
|
||||||
description: "Every update, improvement, and fix to OpenCut — documented.",
|
description: "What's new in OpenCut",
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "Changelog - OpenCut",
|
title: "Changelog - OpenCut",
|
||||||
description: "Every update, improvement, and fix to OpenCut — documented.",
|
description: "Every update, improvement, and fix to OpenCut — documented.",
|
||||||
type: "website",
|
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"],
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user