79655664

Date: 2025-06-06 09:04:41
Score: 1
Natty:
Report link

I think it's dest parameter, since it's trying to access the absolute path instead of the relative one. You are telling Vercel to look for an absolute path /<project>/static/..., which does not exist in the deployed filesystem. Instead, try change "dest" to omit the initial slash:

"dest": "static/$1"
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: MavapeGZ