fix: Vercel SPA rewrite for /detail route
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
5
frontend/vercel.json
Normal file
5
frontend/vercel.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"rewrites": [
|
||||
{ "source": "/(.*)", "destination": "/index.html" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user