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