fix(artist.php.liquid): correct invalid image class to resolve 403

This commit is contained in:
Cory Dransfeldt 2025-05-30 13:35:17 -07:00
parent dfde6dc0a4
commit abcfceb51c
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View file

@ -10,7 +10,7 @@ schema: artist
class="media-image"
srcset="
<?= htmlspecialchars($artist["image"]) ?>?class=w200&type=webp 200w,
<?= htmlspecialchars($artist["image"]) ?>?class=w600&type=webp 400w,
<?= htmlspecialchars($artist["image"]) ?>?class=w400&type=webp 400w,
<?= htmlspecialchars($artist["image"]) ?>?class=w800&type=webp 800w
"
sizes="(max-width: 450px) 200px,