Skip to content

Commit

Permalink
add tech form
Browse files Browse the repository at this point in the history
  • Loading branch information
ImNotRog committed Jan 28, 2024
1 parent 51c7dae commit 6c70f04
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/app/tech/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import type { Metadata } from 'next';
import { redirect } from 'next/navigation';

export const metadata: Metadata = {
title: 'Team Selection Form | GunnHaX'
}

export default function Guide() {
redirect("https://docs.google.com/forms/d/e/1FAIpQLSc8znmDGkh52-jePYpp0USV9SXhxdh4UjwXOdKvRqOOqImBcg/viewform?usp=sf_link");
}

1 comment on commit 6c70f04

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for gunnhacks10 ready!

✅ Preview
https://gunnhacks10-jwzsday52-imnotrog.vercel.app

Built with commit 6c70f04.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.