From 6dcba4a8caa0abc28added91fdc4425dd1d2467b Mon Sep 17 00:00:00 2001 From: Elliot Braem <16282460+elliotBraem@users.noreply.github.com> Date: Fri, 4 Oct 2024 15:21:41 -0400 Subject: [PATCH] Create vercel.json --- public/vercel.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 public/vercel.json 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/" + } + ] +}