diff --git a/src/app/guide/page.tsx b/src/app/guide/page.tsx new file mode 100644 index 0000000..17e1912 --- /dev/null +++ b/src/app/guide/page.tsx @@ -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"); +} \ No newline at end of file