From 40716f8324c5499f0ef04979d70da2d277a2ee50 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 2 Jul 2024 14:46:21 -0700 Subject: [PATCH] fix: artist images --- package-lock.json | 4 ++-- package.json | 2 +- src/pages/main/music/artists/artist.html | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 177a35db..dddd7c46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "19.9.5", + "version": "19.9.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "19.9.5", + "version": "19.9.6", "license": "MIT", "dependencies": { "@cdransf/api-text": "^1.4.0", diff --git a/package.json b/package.json index 2683458d..07bd9278 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "19.9.5", + "version": "19.9.6", "description": "The source for my personal site. Built using 11ty.", "type": "module", "scripts": { diff --git a/src/pages/main/music/artists/artist.html b/src/pages/main/music/artists/artist.html index 92878cc4..6f6fc1a0 100644 --- a/src/pages/main/music/artists/artist.html +++ b/src/pages/main/music/artists/artist.html @@ -24,13 +24,13 @@ schema: artist https://cdn.coryd.dev{{ artist.image }}?class=w200 200w, https://cdn.coryd.dev{{ artist.image }}?class=w600 400w, https://cdn.coryd.dev{{ artist.image }}?class=w800 800w, - https://cdn.coryd.dev{{ artist.image }}?class=w1200 1200w + https://cdn.coryd.dev{{ artist.image }}?class=w1600 1200w " sizes="(max-width: 450px) 200px, (max-width: 850px) 400px, (max-width: 1000px) 800px, 1200px" - src="https://cdn.coryd.dev{{ artist.image }}?class=w1200" + src="https://cdn.coryd.dev{{ artist.image }}?class=w1600" alt="{{ alt }}" loading="eager" decoding="async"