revite/vercel.json

3 lines
69 B
JSON
Raw Normal View History

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