From 5104817ca921df0659deab3dfffb37b92790f7fc Mon Sep 17 00:00:00 2001 From: Avdhesh-Varshney <114330097+Avdhesh-Varshney@users.noreply.github.com> Date: Tue, 12 Nov 2024 21:01:51 +0530 Subject: [PATCH] fixes: deployment-setup-10 --- vercel.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vercel.json b/vercel.json index b446d215..979132eb 100644 --- a/vercel.json +++ b/vercel.json @@ -19,5 +19,8 @@ "destination": "/src/app", "statusCode": 301 } + ], + "ignore": [ + "src/app/**/\\(projects\\)/**" ] } \ No newline at end of file