Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
avsomers25 committed Nov 20, 2024
1 parent f9e1e6d commit 51b4a8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/(pre-dashboard)/(landing)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ import GenericSection from './sections/GenericSection';
import { getSponsors } from '@/app/lib/data';
import React from 'react';

import { redirect } from 'next/navigation';

export default async function Page() {
redirect('/offseason');
return (
<main
className={`relative flex h-fit flex-col ${fuzzy.className} text-blue-200`}
Expand Down

0 comments on commit 51b4a8f

Please sign in to comment.