From efcbd5c4ca7e559aa1b4715f415e69390410ad4f Mon Sep 17 00:00:00 2001 From: "Carina.Akaia.io" Date: Sat, 29 Jun 2024 03:06:15 +0400 Subject: [PATCH] Fix exclude pattern --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index bdf50768..108bbaae 100644 --- a/vercel.json +++ b/vercel.json @@ -2,7 +2,7 @@ "$schema": "https://openapi.vercel.sh/vercel.json", "functions": { "app/*": { - "excludeFiles": "*.page.tsx" + "excludeFiles": "./**/page.tsx" } } } \ No newline at end of file