From 1eee8b5196828128a189d6e9bf889500aadb2308 Mon Sep 17 00:00:00 2001 From: real-zephex <143923795+real-zephex@users.noreply.github.com> Date: Sun, 7 Apr 2024 13:50:17 +0000 Subject: idek --- next.config.mjs | 4 ++++ src/app/kdrama/[id]/page.jsx | 4 ++-- src/app/kdrama/components/popular.jsx | 2 +- src/app/kdrama/components/recent.jsx | 2 +- src/app/kdrama/components/search.jsx | 15 +++++++++++---- src/app/kdrama/page.jsx | 2 -- src/app/kdrama/styles/search.module.css | 6 ++++++ 7 files changed, 25 insertions(+), 10 deletions(-) diff --git a/next.config.mjs b/next.config.mjs index e1f50db..e515f21 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -27,6 +27,10 @@ const nextConfig = { protocol: "https", hostname: "uploads.mangadex.org", }, + { + protocol: "https", + hostname: "sup-proxy.zephex0-f6c.workers.dev", + }, ], }, logging: { diff --git a/src/app/kdrama/[id]/page.jsx b/src/app/kdrama/[id]/page.jsx index 6a165d2..8f0fa9c 100644 --- a/src/app/kdrama/[id]/page.jsx +++ b/src/app/kdrama/[id]/page.jsx @@ -3,7 +3,7 @@ import Image from "next/image"; import EpisodesButtons from "./buttons"; import PreFetchVideoLinks from "../components/cacher"; -export const runtime = 'edge'; +export const runtime = "edge"; export default async function DramaInfo({ params }) { const id = decodeURIComponent(params.id); @@ -18,7 +18,7 @@ export default async function DramaInfo({ params }) {
{info.title}
Wait a moment...
+ )} +{item.title}