mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Locale switcher fix
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user