1
0
mirror of https://github.com/TeamPiped/Piped.git synced 2024-12-12 21:30:27 +05:30
Piped/vercel.json

13 lines
172 B
JSON
Raw Normal View History

2022-11-09 23:54:41 +05:30
{
"github": {
"silent": true
2022-11-10 23:41:04 +05:30
},
"routes": [
{
"src": "/[^.]+",
"dest": "/",
"status": 200
}
]
2022-11-09 23:54:41 +05:30
}