Skip to content

Commit c734676

Browse files
committed
chore: add vercel config
1 parent 966ede3 commit c734676

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

vercel.json

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"headers": [
3+
{
4+
"source": "/(.*)",
5+
"headers": [
6+
{ "key": "Access-Control-Allow-Origin", "value": "*" },
7+
{
8+
"key": "Access-Control-Allow-Methods",
9+
"value": "GET,OPTIONS,PATCH,DELETE,POST,PUT"
10+
},
11+
{
12+
"key": "Access-Control-Allow-Headers",
13+
"value": "X-CSRF-Token, X-Requested-With, Accept, Accept-Version, Content-Length, Content-MD5, Content-Type, Date, X-Api-Version"
14+
}
15+
]
16+
}
17+
]
18+
}

0 commit comments

Comments
 (0)