Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
abbi4code committed Sep 7, 2024
1 parent 9055eaf commit c6ea1d0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion server/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@
"rewrites": [
{
"source": "/(.*)",
"destination": "/dist/index.js",
"destination": "/dist/index.js"
}
],
"headers": [
{
"source": "/(.*)",
"headers": [
{ "key": "Access-Control-Allow-Credentials", "value": "true" },
{ "key": "Access-Control-Allow-Origin", "value": "*" },
Expand Down

0 comments on commit c6ea1d0

Please sign in to comment.