mirror of https://github.com/msgbyte/tailchat
chore: add vercel.json into web
parent
3556d28832
commit
9345e2476a
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"routes": [
|
||||||
|
{ "handle": "filesystem" },
|
||||||
|
{ "src": "/(.*)", "status": 404, "dest": "/index.html" }
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue