diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..ccc658a --- /dev/null +++ b/vercel.json @@ -0,0 +1,11 @@ +{ + "github": { + "silent": true + }, + "rewrites": [ + { + "source": "/netease/:match*", + "destination": "http://168.138.40.199:12835/:match*" + } + ] +}