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
View File

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