Merge pull request #28 from jhalitaksoy/fix/vercel-route-issue

fix vercel route issue
This commit is contained in:
Halit Aksoy 2022-07-31 01:33:32 +03:00 committed by GitHub
commit 9eeb969052
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
vercel.json Normal file
View File

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