fix: recent track images

This commit is contained in:
Cory Dransfeldt 2024-07-02 11:37:56 -07:00
parent e6e1777296
commit c6b34cbba1
No known key found for this signature in database
3 changed files with 8 additions and 8 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "coryd.dev",
"version": "19.8.5",
"version": "19.9.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
"version": "19.8.5",
"version": "19.9.1",
"license": "MIT",
"dependencies": {
"@cdransf/api-text": "^1.4.0",

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "19.9.0",
"version": "19.9.1",
"description": "The source for my personal site. Built using 11ty.",
"type": "module",
"scripts": {

View file

@ -5,12 +5,12 @@
<div class="meta">
<img
srcset="
https://cdn.coryd.dev{{ item.image }}?aspect_ratio=1:1&width=64 64w,
https://cdn.coryd.dev{{ item.image }}?aspect_ratio=1:1&width=128 128w,
https://cdn.coryd.dev{{ item.image }}?class=w50 50w,
https://cdn.coryd.dev{{ item.image }}?class=w100 100w,
https://cdn.coryd.dev{{ item.image }}?class=w200 200w,
"
sizes="(max-width: 1000px) 64px,
128px"
src="https://cdn.coryd.dev{{ item.image }}?aspect_ratio=1:1&width=512"
sizes="(max-width: 1000px) 50px, 100px, 200px"
src="https://cdn.coryd.dev{{ item.image }}?class=w200"
alt="{{ alt }}"
loading="lazy"
decoding="async"