Skip to content

Commit 9e36076

Browse files
author
scinorandex
committed
Make vercel config simple
1 parent 5c9e92d commit 9e36076

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

now.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,8 @@
88
],
99
"routes": [
1010
{
11-
"headers": {
12-
"Access-Control-Allow-Origin": "*",
13-
"Access-Control-Allow-Methods": "GET, POST, PUT, DELETE, OPTIONS",
14-
"Access-Control-Allow-Headers": "X-Requested-With, Content-Type, Accept"
15-
},
1611
"src": "/(.*)",
17-
"dest": "src/api.ts"
12+
"dest": "src/"
1813
}
1914
],
2015
"env": {

0 commit comments

Comments
 (0)