Skip to content
Snippets Groups Projects
vercel.json 69 B
Newer Older
{
    "routes": [{ "src": "/[^.]+", "dest": "/", "status": 200 }]
}