mirror of
https://github.com/vercel/commerce.git
synced 2025-04-27 21:37:50 +00:00
7 lines
122 B
JSON
7 lines
122 B
JSON
{
|
|
"routes": [
|
|
{ "handle": "filesystem" },
|
|
{ "src": "/(.*)", "status": 404, "dest": "/app/not-found.tsx" }
|
|
]
|
|
}
|