mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 07:26:59 +00:00
test27
This commit is contained in:
parent
167eb73471
commit
6f4c9e0046
@ -46,6 +46,7 @@ export default function Home({
|
|||||||
key={product.id}
|
key={product.id}
|
||||||
product={product}
|
product={product}
|
||||||
imgProps={{
|
imgProps={{
|
||||||
|
alt: '',
|
||||||
width: i === 0 ? 1080 : 540,
|
width: i === 0 ? 1080 : 540,
|
||||||
height: i === 0 ? 1080 : 540,
|
height: i === 0 ? 1080 : 540,
|
||||||
priority: true,
|
priority: true,
|
||||||
@ -68,6 +69,7 @@ export default function Home({
|
|||||||
key={product.id}
|
key={product.id}
|
||||||
product={product}
|
product={product}
|
||||||
imgProps={{
|
imgProps={{
|
||||||
|
alt: '',
|
||||||
width: i === 0 ? 1080 : 540,
|
width: i === 0 ? 1080 : 540,
|
||||||
height: i === 0 ? 1080 : 540,
|
height: i === 0 ? 1080 : 540,
|
||||||
}}
|
}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user