From 61ab2ff31dd48299be8d371c664977b599c2de16 Mon Sep 17 00:00:00 2001 From: Shuhaib T U Date: Sun, 10 Mar 2024 23:13:45 +0530 Subject: [PATCH] fix: diployement issue --- client/vercel.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/vercel.json b/client/vercel.json index 1323cda..a6738ed 100644 --- a/client/vercel.json +++ b/client/vercel.json @@ -1,8 +1,8 @@ { "rewrites": [ { - "source": "/(.*)", - "destination": "/index.html" + "source": "/api/(.*)", + "destination": "/https://thalia-server.onrender.com/api/$1" } ] }