From 0154f614a6646cabb4ad67b64202e0674b24156b Mon Sep 17 00:00:00 2001 From: Shashank Date: Sun, 26 May 2024 13:03:16 +0530 Subject: [PATCH] changed vercel json to add builds --- vercel.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/vercel.json b/vercel.json index cf0efe1..22c4f16 100644 --- a/vercel.json +++ b/vercel.json @@ -1,5 +1,12 @@ { "version": 2, + "builds": [ + { + "src": "package.json", + "use": "@vercel/static-build", + "config": { "distDir": "dist" } + } + ], "rewrites": [ { "source": "/(.*)", @@ -8,5 +15,4 @@ ], "cleanUrls": true, "trailingSlash": false - } - \ No newline at end of file +}