movie-web/vercel.json

4 lines
66 B
JSON
Raw Normal View History

2024-03-01 18:17:09 +01:00
{
"routes": [{ "src": "/[^.]+", "dest": "/", "status": 200 }]
}