From 108286fb95ad95cfdfb50ff4b8760afc8bbdbae7 Mon Sep 17 00:00:00 2001 From: codingshot <45281667+codingshot@users.noreply.github.com> Date: Tue, 14 Jan 2025 05:50:29 -0800 Subject: [PATCH] trying to fix vercel deployment error for landing apge --- landing-page/vercel.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/landing-page/vercel.json b/landing-page/vercel.json index 3563fc5..7f01de5 100644 --- a/landing-page/vercel.json +++ b/landing-page/vercel.json @@ -4,6 +4,5 @@ "src": "package.json", "use": "@vercel/next" } - ], - "ignoreBuildStep": true + ] } \ No newline at end of file