diff options
Diffstat (limited to 'components/manga/mobile')
| -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 5b28de4..1cde8ed 100644 --- a/components/manga/mobile/bottomBar.js +++ b/components/manga/mobile/bottomBar.js @@ -108,7 +108,7 @@ export default function BottomBar({ onClick={() => setSeekPage(x.index)} > <Image - src={`https://api.consumet.org/utils/image-proxy?url=${encodeURIComponent( + src={`https://aoi.moopa.live/utils/image-proxy?url=${encodeURIComponent( x.url )}${ x?.headers?.Referer |