From fd6c52f67c4e17a4a8bf33ad7bc6b94f88af1e62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Zbytovsk=C3=BD?= Date: Mon, 25 Nov 2024 16:29:58 +0100 Subject: [PATCH] add vercel.json --- vercel.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/vercel.json b/vercel.json index 68fb618a..d0c611b9 100644 --- a/vercel.json +++ b/vercel.json @@ -1,10 +1,6 @@ { "functions": { - "api/climbing-tiles/refresh.ts": { - "memory": 3009, - "maxDuration": 300 - }, - "pages/api/climbing-tiles/refresh.ts": { + "api/climbing-tiles/refresh": { "memory": 3009, "maxDuration": 300 }