Fixed priority

This commit is contained in:
Henrik Larsson 2023-08-11 10:25:43 +02:00
parent 767245672c
commit 70b869739f

View File

@ -28,6 +28,7 @@ export function Grid({
}`}
alt={image.alt}
key={index}
priority={index === 0 ? true : false}
/>
);
}