79450088

Date: 2025-02-19 03:11:53
Score: 1
Natty:
Report link

Add this to vercel.json. I initially had the routes key as well because I am doing client side routing with react router dom

{
  "builds": [
    {
      "src": "package.json",
      "use": "@vercel/static-build",
      "config": {
        "distDir": "dist"
      }
    }
  ]
}

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user29704217