old-automod/web/vercel.json

7 lines
79 B
JSON
Raw Normal View History

2022-02-06 10:25:24 +00:00
{
"rewrites": [
{ "source": "/(.*)", "destination": "/" }
]
}