We have moved the vercel.json file to the root directory to standardize the project structure and improve the efficiency of referencing the file in our code.
4 lines
62 B
JSON
4 lines
62 B
JSON
{
|
|
"rewrites": [{ "source": "/(.*)", "destination": "/" }]
|
|
}
|