diff --git a/vercel.json b/vercel.json
index d643f7811f49b9e4feda678453ca870a60873593..670df5080c5e39868d836eb46e021079b5b3784f 100644
--- a/vercel.json
+++ b/vercel.json
@@ -62,7 +62,10 @@
     }
   ],
   "functions": {
-    "send-note": {
+    "**/*": {
+      "maxDuration": 300
+    },
+    "*": {
       "maxDuration": 300
     }
   },