From 559a7a2593a7490ff4028d0ffbf6ef58c07ccf0d Mon Sep 17 00:00:00 2001 From: Sayan De Date: Thu, 10 Oct 2024 22:18:59 +0530 Subject: [PATCH] test vercel rewrite --- apps/web/vercel.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/apps/web/vercel.json b/apps/web/vercel.json index 6f83e27..3e7cd00 100644 --- a/apps/web/vercel.json +++ b/apps/web/vercel.json @@ -1,8 +1,20 @@ { "rewrites": [ { - "source": "/:locale*/demo/:path*", - "destination": "https://dashboard-j5p5jy31k-sayande2002s-projects.vercel.app/:path*" + "source": "/:locale*/demo1/:match*", + "destination": "https://dashboard.refhired.com/:match*" + }, + { + "source": "/:locale*/demo2/", + "destination": "../dashboard" + }, + { + "source": "/:locale*/demo3/", + "destination": "https://dashboard.refhired.com/" + }, + { + "source": "/:locale*/demo4/:path(.*)", + "destination": "https://dashboard.refhired.com/:path" } ] }