Skip to content

Commit

Permalink
guide (plz work)
Browse files Browse the repository at this point in the history
  • Loading branch information
ImNotRog committed Jan 23, 2024
1 parent 7901d43 commit 9243004
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/app/guide/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: 'Hacker Guide | GunnHacks 9.0'
}

export default function Guide() {
redirect("https://docs.google.com/document/d/1RHcsMJANFuJC4UyZ3ECxpfC0QOi8cvSeZquez7P1Ahg/edit#heading=h.3z80ixgigkx");
}

1 comment on commit 9243004

@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-cnbj6gpk3-imnotrog.vercel.app

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

Please sign in to comment.