score:1

make a vercel.json and paste the redirect rules code. save the file in your root directory, then redeploy.

{
  "routes": [{ "src": "/[^.]+", "dest": "/", "status": 200 }]
}

Related Query

More Query from same tag