Skip to content

Commit

Permalink
Add 2024 VH Applications (#257)
Browse files Browse the repository at this point in the history
* add hacker and volunteer applications

* add mentor application
  • Loading branch information
waalbert authored Apr 2, 2024
1 parent f156c7a commit 670db93
Show file tree
Hide file tree
Showing 4 changed files with 510 additions and 470 deletions.
22 changes: 19 additions & 3 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,25 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export",
// output: "export",
reactStrictMode: true,
// rewrites: async () => ([]),
// redirects: async () => ([]),
// rewrites: async () => ([]),
redirects: async () => [
{
source: "/apply",
destination: "https://tally.so/r/wvyaW0",
permanent: true,
},
{
source: "/mentor",
destination: "https://x03p1nm9c8s.typeform.com/to/tbReYJHH",
permanent: true,
},
{
source: "/volunteer",
destination: "https://tally.so/r/w48aRA",
permanent: true,
},
],
};

module.exports = nextConfig;
Loading

0 comments on commit 670db93

Please sign in to comment.