1
0
mirror of https://github.com/vercel/commerce.git synced 2025-06-01 14:06:58 +00:00

set higher image priority for primary images ()

* set higher image priority for primary images

* fixup
This commit is contained in:
Tobias Koppers 2022-01-13 10:15:14 +01:00 committed by GitHub
parent 4559f0b04a
commit 33d4a327fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -48,6 +48,7 @@ export default function Home({
imgProps={{
width: i === 0 ? 1080 : 540,
height: i === 0 ? 1080 : 540,
priority: true
}}
/>
))}