Create vercel.json

This commit is contained in:
qier222 2022-06-05 02:18:04 +08:00 committed by GitHub
parent dd5361b8c4
commit cf7a4528dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

11
vercel.json Normal file
View file

@ -0,0 +1,11 @@
{
"github": {
"silent": true
},
"rewrites": [
{
"source": "/netease/:match*",
"destination": "http://168.138.40.199:12835/:match*"
}
]
}