diff --git a/src/lib/components/mangadexItems.svelte b/src/lib/components/mangadexItems.svelte index 73e8d00..013f59f 100644 --- a/src/lib/components/mangadexItems.svelte +++ b/src/lib/components/mangadexItems.svelte @@ -15,7 +15,7 @@ t.type === "cover_art") ? `https://uploads.mangadex.org/covers/${entry.id}/${entry.relationships.find(t => t.type === "cover_art").attributes.fileName}.512.jpg` : null} + cover={imageproxy + entry.relationships.find(t => t.type === "cover_art") ? `${imageproxy}https://uploads.mangadex.org/covers/${entry.id}/${entry.relationships.find(t => t.type === "cover_art").attributes.fileName}.512.jpg` : null} title={entry.attributes.title.en || entry.attributes.title.ja || Object.values(entry.attributes.title)[0]} lastChapter={entry.attributes.lastChapter} lastVolume={entry.attributes.lastVolume}