Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkree authored Jan 26, 2025
1 parent 1c47045 commit ab762ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/guide/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import type { Metadata } from 'next';
import { redirect } from 'next/navigation';

export const metadata: Metadata = {
title: 'Hacker Guide | GunnHaX'
title: 'Hacker Guide | GunnHacks'
}

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

0 comments on commit ab762ac

Please sign in to comment.