dia-critic / vercel.json
Florin Bobiș
changes
c5a40da
raw
history blame
78 Bytes
{
"rewrites": [
{ "source": "/(.*)", "destination": "/api/index" }
]
}