build: add vercel config file

This commit is contained in:
Ritesh Ghosh
2023-11-29 19:24:58 +05:30
parent 08a9844e98
commit 2b44770a5e
+8
View File
@@ -0,0 +1,8 @@
{
"rewrites": [
{
"source": "(.*)",
"destination": "/api"
}
]
}