Trying to fix 404 problem with vercel

This commit is contained in:
prototypa
2022-08-13 03:40:56 -04:00
parent b49a5c659d
commit 43f91d7197

6
vercel.json Normal file
View File

@ -0,0 +1,6 @@
{
"routes": [
{ "handle": "filesystem" },
{ "src": "/(.*)", "status": 404, "dest": "/404.html" }
]
}