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*`,