2.0.0-rc.11

This commit is contained in:
Carson M.
2026-01-06 22:23:32 -06:00
parent 2de3406598
commit b50842ffa9
31 changed files with 585 additions and 323 deletions

View File

@@ -14,7 +14,13 @@ export async function generateMetadata(props): Promise<Metadata> {
title: metadata.title,
description: metadata.description,
openGraph: {
images: `https://ort.pyke.io/og/${hash(`/${params.mdxPath?.join('/') ?? ''}`)}.png`,
images: [
{
url: `https://ort.pyke.io/og/${hash(`/${params.mdxPath?.join('/') ?? ''}`)}.png`,
width: 1200,
height: 630
}
],
description: metadata.description ?? undefined
}
};