mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Fixed priority
This commit is contained in:
@@ -28,6 +28,7 @@ export function Grid({
|
||||
}`}
|
||||
alt={image.alt}
|
||||
key={index}
|
||||
priority={index === 0 ? true : false}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user