Files
mylegal-stage-law/vercel.json
T

6 lines
80 B
JSON

{
"rewrites": [
{ "source": "/(.*)", "destination": "/index.html" }
]
}