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 bfb7f9c commit 9a3fd38Copy full SHA for 9a3fd38
themes/aurelia-theme/layouts/index.html
@@ -3,7 +3,7 @@
3
<section class="home-screen">
4
<div class="hero">
5
<div class="left">
6
- <img class="logo-icon" src="{{ "aurelia-icon.svg" | relURL }}" alt="Aurelia" width="150" height="150" fetchpriority="high" />
+ <img class="logo-icon" src="{{ "aurelia-icon.svg" | relURL }}" alt="Aurelia" width="150" height="150" fetchpriority="high" loading="lazy" />
7
</div>
8
9
<div class="right">
0 commit comments