Locale switcher fix

This commit is contained in:
Henrik Larsson
2023-08-14 09:20:36 +02:00
parent 1ecd47a0f7
commit 616a177058
3 changed files with 18 additions and 18 deletions

View File

@@ -22,7 +22,7 @@ export async function generateMetadata({
if (!page) return notFound();
return {
title: page.seo?.title || page.title,
title: `${page.seo?.title || page.title}`,
description: page.seo?.description || page.bodySummary,
openGraph: {
publishedTime: page.createdAt,