aboutsummaryrefslogtreecommitdiff
path: root/components/manga/mobile/bottomBar.js
diff options
context:
space:
mode:
authorFactiven <[email protected]>2023-12-24 13:03:54 +0700
committerFactiven <[email protected]>2023-12-24 13:03:54 +0700
commit50a0f0240d7fef133eb5acc1bea2b1168b08e9db (patch)
tree307e09e505580415a58d64b5fc3580e9235869f1 /components/manga/mobile/bottomBar.js
parentUpdate README.md (#104) (diff)
downloadmoopa-50a0f0240d7fef133eb5acc1bea2b1168b08e9db.tar.xz
moopa-50a0f0240d7fef133eb5acc1bea2b1168b08e9db.zip
migrate to typescript
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 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