feat: Add new API rewrite rules in the Vercel configuration file to support request forwarding for arbitrary paths.

This commit is contained in:
HK560 2025-05-13 16:47:32 +08:00
parent 9469d12af7
commit 9e669ba1f1

View file

@ -7,6 +7,10 @@
{
"source": "/servers",
"destination": "https://ms.r1delta.net/servers"
},
{
"source": "/:path*",
"destination": "https://ms.r1delta.net/:path*"
}
]
}