YesPlayMusic/vercel.json
2022-06-14 23:57:39 +08:00

17 lines
342 B
JSON

{
"github": {
"silent": true
},
"rewrites": [
{
"source": "/netease/:match*",
"destination": "http://168.138.40.199:12835/:match*"
},
{
"source": "/yesplaymusic/:match*",
"destination": "http://168.138.40.199:51324/yesplaymusic/:match*"
},
{ "source": "/(.*)", "destination": "/" }
]
}