aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/app/kdrama/page.jsx2
-rw-r--r--src/app/manga/[title]/[id]/[read]/page.jsx2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/app/kdrama/page.jsx b/src/app/kdrama/page.jsx
index 44f8eb9..e831346 100644
--- a/src/app/kdrama/page.jsx
+++ b/src/app/kdrama/page.jsx
@@ -1,3 +1,5 @@
+"use client";
+
import styles from "./styles/kdrama.module.css";
import PopularDramas from "./components/popular";
import RecentDramas from "./components/recent";
diff --git a/src/app/manga/[title]/[id]/[read]/page.jsx b/src/app/manga/[title]/[id]/[read]/page.jsx
index ce433e2..fa338ac 100644
--- a/src/app/manga/[title]/[id]/[read]/page.jsx
+++ b/src/app/manga/[title]/[id]/[read]/page.jsx
@@ -34,7 +34,7 @@ export default async function Read({ params }) {
images.map((item, index) => (
<div className={styles.Image} key={index}>
<Image
- src={`https://image-proxy-4xuu.onrender.com/image-proxy?url=${item}`}
+ src={`https://sup-proxy.zephex0-f6c.workers.dev/api-content?url=${item}`}
key={index}
alt="Pages"
width={800}