commerce/vercel.json
2025-03-28 15:53:17 -04:00

7 lines
122 B
JSON

{
"routes": [
{ "handle": "filesystem" },
{ "src": "/(.*)", "status": 404, "dest": "/app/not-found.tsx" }
]
}