diff --git a/vercel.json b/vercel.json new file mode 100644 index 000000000..77c8408f0 --- /dev/null +++ b/vercel.json @@ -0,0 +1,6 @@ +{ + "routes": [ + { "handle": "filesystem" }, + { "src": "/(.*)", "status": 404, "dest": "/app/not-found.tsx" } + ] +}