4
0
forked from crowetic/commerce

set higher image priority for primary images (#641)

* 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

View File

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