mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-08-03 17:41:48 +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});
|
indi.death = Object.assign({}, parsedDate, {place: person.DeathLocation});
|
||||||
}
|
}
|
||||||
if (person.PhotoData) {
|
if (person.PhotoData) {
|
||||||
indi.images = [{url: `https://wikitree.com${person.PhotoData.path}`}];
|
indi.images = [{url: `https://www.wikitree.com${person.PhotoData.path}`}];
|
||||||
}
|
}
|
||||||
return indi;
|
return indi;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user