From 6f681961276ac2e02428a73aea53974efefc9095 Mon Sep 17 00:00:00 2001 From: vibsin9322 Date: Thu, 21 Aug 2025 12:31:39 +0900 Subject: [PATCH] Fix Vercel config: remove functions property to resolve build conflict --- vercel.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/vercel.json b/vercel.json index 3abfe8a..aa4adf3 100644 --- a/vercel.json +++ b/vercel.json @@ -14,10 +14,5 @@ ], "env": { "NODE_ENV": "production" - }, - "functions": { - "server.js": { - "maxDuration": 30 - } } }