From 4a7419cd7895cbc807ea758231832c71b8d2c6c5 Mon Sep 17 00:00:00 2001 From: Christopher Vu <65040991+S1nthesis@users.noreply.github.com> Date: Sat, 28 Oct 2023 10:09:38 -0500 Subject: [PATCH] Update vercel.json --- vercel.json | 1 + 1 file changed, 1 insertion(+) diff --git a/vercel.json b/vercel.json index 42f7609..1bba5e0 100644 --- a/vercel.json +++ b/vercel.json @@ -4,6 +4,7 @@ { "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" }, { "source": "/qr(.*)", "destination": "https://qr-wheat.vercel.app/qr$1" },