Skip to content

Commit 16a03c5

Browse files
authored
Fix Vercel deployment configuration
🔧 DEPLOYMENT FIX: - Removed conflicting 'functions' property from vercel.json - Kept 'builds' configuration for static site deployment - Resolves: 'functions property cannot be used with builds property' error ✅ Ready for: Successful Vercel import and deployment
1 parent 6d72f28 commit 16a03c5

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

vercel.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@
2828
"installCommand": "npm install",
2929
"devCommand": "npm run dev",
3030
"framework": "vite",
31-
"functions": {
32-
"app/api/**/*.ts": {
33-
"runtime": "@vercel/node"
34-
}
35-
},
3631
"rewrites": [
3732
{
3833
"source": "/((?!api/).*)",

0 commit comments

Comments
 (0)