Remove truyen API rewrite rule from next.config.mjs
Build and Push Reader Image / docker (push) Successful in 1m20s
Build and Push Reader Image / docker (push) Successful in 1m20s
This commit is contained in:
@@ -20,10 +20,6 @@ const nextConfig = {
|
|||||||
source: "/api/novels/:path*",
|
source: "/api/novels/:path*",
|
||||||
destination: `${readerApiOrigin}/api/novels/:path*`,
|
destination: `${readerApiOrigin}/api/novels/:path*`,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
source: "/api/truyen/:path*",
|
|
||||||
destination: `${readerApiOrigin}/api/truyen/:path*`,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
source: "/api/chapters/:path*",
|
source: "/api/chapters/:path*",
|
||||||
destination: `${readerApiOrigin}/api/chapters/:path*`,
|
destination: `${readerApiOrigin}/api/chapters/:path*`,
|
||||||
|
|||||||
Reference in New Issue
Block a user