mirror of
https://github.com/vercel/commerce.git
synced 2025-07-18 18:31:24 +00:00
Update ProductView.tsx
This commit is contained in:
parent
66ab71eea0
commit
93e144f215
@ -55,7 +55,7 @@ const ProductView: FC<ProductViewProps> = ({ product, relatedProducts }) => {
|
|||||||
images: [
|
images: [
|
||||||
{
|
{
|
||||||
url: product.images[0]?.url!,
|
url: product.images[0]?.url!,
|
||||||
width: '600',
|
width: '800',
|
||||||
height: '600',
|
height: '600',
|
||||||
alt: product.name,
|
alt: product.name,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user