mirror of
https://github.com/ershisan99/podcaster.git
synced 2025-12-16 20:59:26 +00:00
fix: add vercel json to fix 404 on page reload in a nested route
This commit is contained in:
3
vercel.json
Normal file
3
vercel.json
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"routes": [{ "src": "/[^.]+", "dest": "/", "status": 200 }]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user