Added vercel.json for deployment

This commit is contained in:
Manik Maity
2024-11-08 13:56:53 +05:30
parent cbfc91c90d
commit 81657315f5
2 changed files with 12 additions and 2 deletions

6
frontend/vercel.json Normal file
View File

@@ -0,0 +1,6 @@
{
"rewrites": [{
"source": "/(.*)",
"destination": "/"
}]
}