Skip to content

Commit

Permalink
Create page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkree authored Jan 26, 2025
1 parent 23d14e5 commit 6badd3d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/app/schedule/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: 'Schedule | GunnHacks'
}

export default function Schedule() {
redirect("https://docs.google.com/document/d/1eJ0y7DYtzaWN9ICCv4c-Mf0VonRpU17meFKQ6TtV50c/edit?tab=t.0"");
}

0 comments on commit 6badd3d

Please sign in to comment.