From 2f9f05eaf700f67aa683a89c7692097face30c32 Mon Sep 17 00:00:00 2001 From: Albert Wang Date: Thu, 3 Oct 2024 19:27:34 -0700 Subject: [PATCH] Add ZotHacks 2024 Hacker and Mentor Applications (#163) * update applications * use next routing --- apps/site/next.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/site/next.config.js b/apps/site/next.config.js index 6e1c1df1..627d8696 100644 --- a/apps/site/next.config.js +++ b/apps/site/next.config.js @@ -10,12 +10,12 @@ const nextConfig = { return [ { source: "/apply", - destination: "https://forms.gle/nxRU44y9Gd5mrmXUA", + destination: "https://forms.gle/2vZ1pqNWk27qZc236", permanent: true, }, { source: "/mentor", - destination: "https://forms.gle/fwWJtsQ3GXQFGjS47", + destination: "https://forms.gle/RBJ6RL1LBpmGfk3w6", permanent: true, }, ];