Trying to fix 404 problem with vercel
This commit is contained in:
6
vercel.json
Normal file
6
vercel.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"routes": [
|
||||||
|
{ "handle": "filesystem" },
|
||||||
|
{ "src": "/(.*)", "status": 404, "dest": "/404.html" }
|
||||||
|
]
|
||||||
|
}
|
Reference in New Issue
Block a user