We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8086742 commit dd6b49dCopy full SHA for dd6b49d
apps/svelte.dev/src/routes/_home/Hero.svelte
@@ -37,7 +37,11 @@
37
<source srcset={MachineMobile.sources.avif} width="2208" height="936" type="image/avif" />
38
<source srcset={MachineMobile.sources.webp} width="2208" height="936" type="image/webp" />
39
<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} />
+ <img
41
+ alt="The Svelte compiler packaging up your component code"
42
+ src={MachineMobile.img.src}
43
+ fetchpriority="high"
44
+ />
45
</picture>
46
</div>
47
0 commit comments