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.
This commit is contained in:
mauvehed 2026-09-05 14:34:41 -05:00
parent b9d239665f
commit 8594a4c682
No known key found for this signature in database

View file

@ -7,7 +7,7 @@
"obituary": "", "obituary": "",
"issue": "59", "issue": "59",
"affiliations": "", "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.", "maintext": "25 years later, still Wolfgame. IT Consultant, Cider Enthusiast, Vaper, Gamer, and cranky fucker with no time for your shit.",
"socialmedialinks": [ "socialmedialinks": [
{ {
@ -19,7 +19,7 @@
"contributions": [], "contributions": [],
"gallery": [ "gallery": [
{ {
"url": "/images/bill.jpg", "url": "/images/Bill.jpg",
"title": "Bill (Wolfgame) at a 2600 NYC dinner in 1996", "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)." "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)."
} }