From 8594a4c68296b0ce1c97868053a33659abef0b8f Mon Sep 17 00:00:00 2001 From: mauvehed Date: Sat, 5 Sep 2026 14:34:41 -0500 Subject: [PATCH] fix(people): match image filename case for bill Bill.jpg is capitalized on disk; the JSON referenced bill.jpg, which 404s on the live site. --- people/bill.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/people/bill.json b/people/bill.json index 8cbe427..af0e153 100644 --- a/people/bill.json +++ b/people/bill.json @@ -7,7 +7,7 @@ "obituary": "", "issue": "59", "affiliations": "", - "mainimage": "/images/bill.jpg", + "mainimage": "/images/Bill.jpg", "maintext": "25 years later, still Wolfgame. IT Consultant, Cider Enthusiast, Vaper, Gamer, and cranky fucker with no time for your shit.", "socialmedialinks": [ { @@ -19,7 +19,7 @@ "contributions": [], "gallery": [ { - "url": "/images/bill.jpg", + "url": "/images/Bill.jpg", "title": "Bill (Wolfgame) at a 2600 NYC dinner in 1996", "caption": "Bill (@wolfgame) in the middle wearing a birthday crown at a 2600 NYC dinner for Meme's birthday in 1996. Photo by Pamela Howell (@serendipitousP)." }