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

13 lines
172 B
JSON

{
"github": {
"silent": true
},
"routes": [
{
"src": "/[^.]+",
"dest": "/",
"status": 200
}
]
}