fix image proxy

This commit is contained in:
Daniel Bulant 2022-12-10 19:43:05 +01:00
parent 1e86e07538
commit 0a157ca3c3

View file

@ -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}