aboutsummaryrefslogtreecommitdiff
path: root/components/manga/mobile/bottomBar.js
diff options
context:
space:
mode:
authorFactiven <[email protected]>2023-09-21 12:28:37 +0700
committerFactiven <[email protected]>2023-09-21 12:28:37 +0700
commitf21d2643386cff52cc360dc6962847c8a0bc3df1 (patch)
tree0af6bf1e3e78a330d9bc4051c4a0ffdc800feac2 /components/manga/mobile/bottomBar.js
parentUpdate v4.0.3 (diff)
downloadmoopa-4.0.4.tar.xz
moopa-4.0.4.zip
Update v4.0.4v4.0.4
Diffstat (limited to 'components/manga/mobile/bottomBar.js')
-rw-r--r--components/manga/mobile/bottomBar.js2
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 })