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:
parent
4559f0b04a
commit
33d4a327fd
@ -48,6 +48,7 @@ export default function Home({
|
||||
imgProps={{
|
||||
width: i === 0 ? 1080 : 540,
|
||||
height: i === 0 ? 1080 : 540,
|
||||
priority: true
|
||||
}}
|
||||
/>
|
||||
))}
|
||||
|
Loading…
x
Reference in New Issue
Block a user