Skip to content

Commit 3aa26cf

Browse files
committed
🐞 FIX: vercel issues
1 parent da900e8 commit 3aa26cf

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ dist/
1515
!.yarn/releases
1616
!.yarn/sdks
1717
!.yarn/versions
18+
19+
# vercel
20+
.vercel

now.json renamed to vercel.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{
1111
"headers": {
1212
"Access-Control-Allow-Origin": "*",
13-
"Access-Control-Allow-Methods": "GET, POST, PUT, DELETE, OPTIONS",
13+
"Access-Control-Allow-Methods": "GET",
1414
"Access-Control-Allow-Headers": "X-Requested-With, Content-Type, Accept"
1515
},
1616
"src": "/.*",
@@ -21,4 +21,4 @@
2121
"VERSION": "1",
2222
"FORCE_COLOR": "1"
2323
}
24-
}
24+
}

0 commit comments

Comments
 (0)