YesPlayMusic/vercel.json

12 lines
169 B
JSON
Raw Normal View History

2022-06-05 02:18:04 +08:00
{
"github": {
"silent": true
},
"rewrites": [
{
"source": "/netease/:match*",
"destination": "http://168.138.40.199:12835/:match*"
}
]
}