Skip to content

Commit 8b3a49f

Browse files
Merge pull request #12 from ThomasJButler/v1.3-Deployment
Remove functions and rewrites from vercel.json
2 parents 7c76bdb + 1fc084b commit 8b3a49f

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

vercel.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,6 @@
1212
"VITE_API_BASE_URL": "https://sql-ball-backend.onrender.com"
1313
}
1414
},
15-
"functions": {
16-
"app/api/**/*.js": {
17-
"runtime": "nodejs18.x"
18-
}
19-
},
20-
"rewrites": [
21-
{
22-
"source": "/api/(.*)",
23-
"destination": "/api/$1"
24-
}
25-
],
2615
"headers": [
2716
{
2817
"source": "/(.*)",

0 commit comments

Comments
 (0)