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

View File

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