Merge branch 'main' into poc/react-nextjs-new-design

This commit is contained in:
Björn Meyer
2023-07-27 09:20:50 +02:00
59 changed files with 657 additions and 1044 deletions

View File

@@ -17,13 +17,6 @@ export async function generateMetadata({ params }: { params: { cms: string } }):
title: page.seo?.title || page.title,
description: page.seo?.description || page.bodySummary,
openGraph: {
images: [
{
url: `/api/og?title=${encodeURIComponent(page.title)}`,
width: 1200,
height: 630
}
],
publishedTime: page.createdAt,
modifiedTime: page.updatedAt,
type: 'article'