From b6be2ae88bb6bd926ef8313428e2a238e5341445 Mon Sep 17 00:00:00 2001 From: Avdhesh-Varshney <114330097+Avdhesh-Varshney@users.noreply.github.com> Date: Thu, 17 Oct 2024 18:16:30 +0530 Subject: [PATCH] deployment-setup --- vercel.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/vercel.json b/vercel.json index 1c2d0ee8..fff229cd 100644 --- a/vercel.json +++ b/vercel.json @@ -1,8 +1,9 @@ { - "rewrites": [ + "builds": [ { - "source": "/(.*)", - "destination": "/" + "src": "./src/app/**/*", + "use": "@vercel/next" } - ] + ], + "outputDirectory": "./src/app" } \ No newline at end of file