fix: add vercel json to fix 404 on page reload in a nested route

This commit is contained in:
2024-04-21 21:37:43 +02:00
parent bd1889a491
commit 05fd42d729

3
vercel.json Normal file
View File

@@ -0,0 +1,3 @@
{
"routes": [{ "src": "/[^.]+", "dest": "/", "status": 200 }]
}