Piped/vercel.json
2022-12-18 13:07:59 +02:00

13 lines
172 B
JSON

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