79544723

Date: 2025-03-30 14:29:07
Score: 1.5
Natty:
Report link

Add a vercel.json File Create a vercel.json file in the root of your project with the following content:

{
  "rewrites": [
    { "source": "/(.*)", "destination": "/" }
  ]
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Pulkit Garg