1
0
mirror of https://github.com/vercel/commerce.git synced 2025-05-19 16:07:01 +00:00

test vercel 404

This commit is contained in:
karl 2025-03-28 15:53:17 -04:00
parent 714c8e5fbb
commit 571818cf7c

6
vercel.json Normal file

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