diff --git a/client/vercel.json b/client/vercel.json new file mode 100644 index 0000000..b14f845 --- /dev/null +++ b/client/vercel.json @@ -0,0 +1,8 @@ +{ + "rewrites": [ + { + "source": "http://51.20.115.7:5000/:path*", + "destination": "http://51.20.115.7:5000/:path*" + } + ] +}