Skip to content

Commit

Permalink
Possible issue with images?
Browse files Browse the repository at this point in the history
  • Loading branch information
AACooper1 committed Mar 19, 2024
1 parent b89b544 commit 37588b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/people.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function decodePeople(csv)

async function imageExists(image_name) {
try {
fetch("/images/people/" + image_name + ".jpg")
fetch("web/images/people/" + image_name + ".jpg")
.then(response => response.blob())
{
return image_name;
Expand Down

0 comments on commit 37588b2

Please sign in to comment.