mirror of
https://github.com/vercel/commerce.git
synced 2025-05-11 12:17:51 +00:00
fix images
This commit is contained in:
parent
ba3a844f99
commit
6ed9d46b9e
@ -234,7 +234,7 @@ const reshapeProduct = (product: PayloadProduct): Product => {
|
||||
minVariantPrice: reshapePrice(product.variants[0]?.price!)
|
||||
},
|
||||
featuredImage: reshapeImage(product.media as PayloadMedia),
|
||||
images: [],
|
||||
images: [reshapeImage(product.media as PayloadMedia)],
|
||||
seo: {
|
||||
title: product.title,
|
||||
description: product.description
|
||||
|
Loading…
x
Reference in New Issue
Block a user