Skip to content

Commit dd6b49d

Browse files
authored
high priority hero image (#722)
1 parent 8086742 commit dd6b49d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

apps/svelte.dev/src/routes/_home/Hero.svelte

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@
3737
<source srcset={MachineMobile.sources.avif} width="2208" height="936" type="image/avif" />
3838
<source srcset={MachineMobile.sources.webp} width="2208" height="936" type="image/webp" />
3939
<source srcset={MachineMobile.sources.png} width="2208" height="936" type="image/png" />
40-
<img alt="The Svelte compiler packaging up your component code" src={MachineMobile.img.src} />
40+
<img
41+
alt="The Svelte compiler packaging up your component code"
42+
src={MachineMobile.img.src}
43+
fetchpriority="high"
44+
/>
4145
</picture>
4246
</div>
4347

0 commit comments

Comments
 (0)