mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
fix: update Shopify API version
This commit is contained in:
@@ -61,7 +61,7 @@ export default async function ProductPage({ params }: { params: { handle: string
|
||||
'@type': 'Product',
|
||||
name: product.title,
|
||||
description: product.description,
|
||||
image: product.featuredImage.url,
|
||||
image: product.featuredImage?.url,
|
||||
offers: {
|
||||
'@type': 'AggregateOffer',
|
||||
availability: product.availableForSale
|
||||
|
Reference in New Issue
Block a user