diff --git a/client/vercel.json b/client/vercel.json index a6738ed..1323cda 100644 --- a/client/vercel.json +++ b/client/vercel.json @@ -1,8 +1,8 @@ { "rewrites": [ { - "source": "/api/(.*)", - "destination": "/https://thalia-server.onrender.com/api/$1" + "source": "/(.*)", + "destination": "/index.html" } ] }