diff options
Diffstat (limited to 'components/manga/mobile/bottomBar.js')
| -rw-r--r-- | components/manga/mobile/bottomBar.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/manga/mobile/bottomBar.js b/components/manga/mobile/bottomBar.js index a388f17..6493dca 100644 --- a/components/manga/mobile/bottomBar.js +++ b/components/manga/mobile/bottomBar.js @@ -99,7 +99,7 @@ export default function BottomBar({ onClick={() => setSeekPage(x.index)} > <Image - src={`https://img.moopa.live/image-proxy?url=${encodeURIComponent( + src={`https://api.consumet.org/utils/image-proxy?url=${encodeURIComponent( x.url )}&headers=${encodeURIComponent( JSON.stringify({ Referer: x.headers.Referer }) |