5 lines
126 B
JSON
5 lines
126 B
JSON
{
|
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
|
"rewrites": [{ "source": "/(.*)", "destination": "/index.html" }]
|
|
}
|