From 78788c6900ca62d99c459d4344205d013e9f4e0b Mon Sep 17 00:00:00 2001 From: virtus Date: Fri, 1 May 2026 17:29:04 +0700 Subject: [PATCH] Remove truyen API rewrite rule from next.config.mjs --- next.config.mjs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/next.config.mjs b/next.config.mjs index 040796a..6511bae 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -20,10 +20,6 @@ const nextConfig = { source: "/api/novels/:path*", destination: `${readerApiOrigin}/api/novels/:path*`, }, - { - source: "/api/truyen/:path*", - destination: `${readerApiOrigin}/api/truyen/:path*`, - }, { source: "/api/chapters/:path*", destination: `${readerApiOrigin}/api/chapters/:path*`,