mirror of
https://github.com/danbulant/Mangades
synced 2026-07-05 11:00:40 +00:00
fix image proxy
This commit is contained in:
parent
1e86e07538
commit
0a157ca3c3
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@
|
||||||
r18={!['safe', 'suggestive'].includes(manga.attributes.contentRating)}
|
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]}
|
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}
|
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}
|
{/await}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue