Skip to content

Commit 96805c8

Browse files
committed
performance: drop home hero quality to 20
1 parent d5e861c commit 96805c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Hero/HomeHero/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ const HomeHero = ({ heroImg, className }: HomeHeroProps) => {
1919
// TODO: adjust value when the old theme breakpoints are removed (src/theme.ts)
2020
sizes="(max-width: 1504px) 100vw, 1504px"
2121
className="h-full w-full object-cover"
22+
quality={20}
2223
priority
2324
/>
2425
</div>

0 commit comments

Comments
 (0)