From 0f5b276b8a5b0d34cacb41a084e13a566913b121 Mon Sep 17 00:00:00 2001 From: Elliot Braem <16282460+elliotBraem@users.noreply.github.com> Date: Fri, 4 Oct 2024 15:22:14 -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/" + } + ] +}