diff --git a/src/routes/[manga]/relatedManga.svelte b/src/routes/[manga]/relatedManga.svelte index 94f9798..fd6e968 100644 --- a/src/routes/[manga]/relatedManga.svelte +++ b/src/routes/[manga]/relatedManga.svelte @@ -108,7 +108,7 @@ r18={!['safe', 'suggestive'].includes(manga.attributes.contentRating)} title={manga.attributes.title.en || manga.attributes.title["ja"] || manga.attributes.title["ja-ro"] || Object.values(manga.attributes.title)[0]} description={manga.attributes.description.en} - cover={`https://uploads.mangadex.org/covers/${manga.id}/${getCoverArt(manga, relations)}.512.jpg`} + cover={`${imageproxy}https://uploads.mangadex.org/covers/${manga.id}/${getCoverArt(manga, relations)}.512.jpg`} /> {/await}