revite/vercel.json

3 lines
69 B
JSON
Raw Normal View History

2021-06-19 18:54:47 +01:00
{
"routes": [{ "src": "/[^.]+", "dest": "/", "status": 200 }]
}