mirror of
https://github.com/vercel/commerce.git
synced 2025-07-25 11:11:24 +00:00
Updates logo and fixes OG images (#1096)
* Updates logo and fixes OG images * Adds eslint disable description
This commit is contained in:
@@ -21,13 +21,6 @@ export async function generateMetadata({
|
||||
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'
|
||||
|
Reference in New Issue
Block a user