Remove truyen API rewrite rule from next.config.mjs
Build and Push Reader Image / docker (push) Successful in 1m20s

This commit is contained in:
2026-05-01 17:29:04 +07:00
parent e22b34088b
commit 78788c6900
-4
View File
@@ -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*`,