Skip to content

Commit 327c809

Browse files
committed
Fix vercel.json and index.js rename
1 parent e766cf1 commit 327c809

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

vercel.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"rewrites": [
44
{
55
"source": "/(.*)",
6-
"destination": "/api/index"
6+
"destination": "/api/server"
77
}
88
],
99
"functions": {
10-
"api/index.js": {
10+
"api/server.js": {
1111
"maxDuration": 30
1212
}
1313
}

0 commit comments

Comments
 (0)