From 93b5ebfa660d96c752d6e05dcec157595c09ae1e Mon Sep 17 00:00:00 2001 From: Christopher Vu <65040991+S1nthesis@users.noreply.github.com> Date: Fri, 22 Sep 2023 11:37:35 -0500 Subject: [PATCH] Update vercel.json --- vercel.json | 1 + 1 file changed, 1 insertion(+) diff --git a/vercel.json b/vercel.json index f1155bb..6aa76c0 100644 --- a/vercel.json +++ b/vercel.json @@ -3,6 +3,7 @@ { "source": "/assets/(.*)", "destination": "https://datasaurus-omega.vercel.app/assets/$1" }, { "source": "/auth", "destination": "https://gatekeeper.vercel.app/" }, { "source": "/auth/(.*)", "destination": "https://gatekeeper.vercel.app/$1" }, + { "source": "/apply(.*)", "destination": "https://aegis-three.vercel.app/apply$1" }, { "source": "/challenges(.*)", "destination": "https://challenges-ochre.vercel.app/challenges$1" }, { "source": "/docs/img/(.*)", "destination": "https://datasaurus-omega.vercel.app/img/$1" }, { "source": "/docs(.*)", "destination": "https://datasaurus-omega.vercel.app/docs$1" },