mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
src for meta tag
This commit is contained in:
@@ -70,8 +70,8 @@ export default function Home({
|
||||
key={node.path}
|
||||
product={node}
|
||||
// The first image is the largest one in the grid
|
||||
imgWidth={i === 0 ? 1600 : 1024}
|
||||
imgHeight={i === 0 ? 1600 : 1024}
|
||||
imgWidth={i === 0 ? 1600 : 820}
|
||||
imgHeight={i === 0 ? 1600 : 820}
|
||||
priority
|
||||
/>
|
||||
))}
|
||||
@@ -103,8 +103,8 @@ export default function Home({
|
||||
key={node.path}
|
||||
product={node}
|
||||
// The second image is the largest one in the grid
|
||||
imgWidth={i === 1 ? 1600 : 1024}
|
||||
imgHeight={i === 1 ? 1600 : 1024}
|
||||
imgWidth={i === 1 ? 1600 : 820}
|
||||
imgHeight={i === 1 ? 1600 : 820}
|
||||
/>
|
||||
))}
|
||||
</Grid>
|
||||
|
Reference in New Issue
Block a user