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