Add vercel.json

This commit is contained in:
Anish M 2024-11-02 03:55:51 +05:30 committed by GitHub
parent 60c1ace64b
commit b63fd787ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

5
vercel.json Normal file
View file

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