Skip to content

Commit

Permalink
Add ZotHacks 2024 Hacker and Mentor Applications (#163)
Browse files Browse the repository at this point in the history
* update applications

* use next routing
  • Loading branch information
waalbert authored Oct 4, 2024
1 parent 22f8fd9 commit 2f9f05e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/site/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
];
Expand Down

0 comments on commit 2f9f05e

Please sign in to comment.