chore: don't lazy load artist images above the fold

This commit is contained in:
Cory Dransfeldt 2023-05-27 10:01:20 -07:00
parent 6f68d5a989
commit b59886a56e
No known key found for this signature in database

View file

@ -61,8 +61,7 @@ layout: main
width="350"
height="350"
class="rounded-lg"
alt="{{artist.name | escape}}"
loading="lazy" />
alt="{{artist.name | escape}}" />
</div>
</a>
{% endfor %}