Skip to content

Commit 57ffb8e

Browse files
committed
Add priority prop to hero image
1 parent 36dfa1d commit 57ffb8e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/hero.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export default function Hero({ data }: { data: heroData }) {
1010
className="object-cover object-center -z-10"
1111
sizes="100vw"
1212
fill
13+
priority
1314
/>
1415
<div className="lg:max-w-screen-lg container mx-auto px-8 h-full">
1516
<div className="flex items-center justify-end h-full">

0 commit comments

Comments
 (0)