mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-03-12 18:43:46 +00:00
WikiTree: Fix images not showing in PDF and PNG
This commit is contained in:
@@ -357,7 +357,7 @@ function convertPerson(person: Person): JsonIndi {
|
||||
indi.death = Object.assign({}, parsedDate, {place: person.DeathLocation});
|
||||
}
|
||||
if (person.PhotoData) {
|
||||
indi.images = [{url: `https://wikitree.com${person.PhotoData.path}`}];
|
||||
indi.images = [{url: `https://www.wikitree.com${person.PhotoData.path}`}];
|
||||
}
|
||||
return indi;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user