Skip to content

Commit 1fc084b

Browse files
committed
Remove functions and rewrites from vercel.json
Deleted the 'functions' and 'rewrites' configuration blocks from vercel.json, likely to simplify deployment settings or rely on default Vercel behavior.
1 parent bb90eed commit 1fc084b

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)