diff --git a/public/vercel.json b/public/vercel.json new file mode 100644 index 00000000..7a1966eb --- /dev/null +++ b/public/vercel.json @@ -0,0 +1,8 @@ +{ + "rewrites": [ + { + "source": "/agency/:path*" + "destination": "https://elliotbraem-intellectualaquallama.web.val.run/" + } + ] +}