mirror of
https://github.com/vercel/commerce.git
synced 2025-05-15 05:56:59 +00:00
Fixed priority
This commit is contained in:
parent
767245672c
commit
70b869739f
@ -28,6 +28,7 @@ export function Grid({
|
||||
}`}
|
||||
alt={image.alt}
|
||||
key={index}
|
||||
priority={index === 0 ? true : false}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user