mirror of
https://github.com/vercel/commerce.git
synced 2025-05-17 15:06:59 +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: [
|
||||
{
|
||||
url: product.images[0]?.url!,
|
||||
width: '600',
|
||||
width: '800',
|
||||
height: '600',
|
||||
alt: product.name,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user