fp/packages/next/app/vods/page.tsx
Chris Grimmett d60c6ac3bb init
2024-01-20 08:16:14 -08:00

6 lines
117 B
TypeScript

import { redirect } from 'next/navigation';
export default async function Page() {
redirect('/latest-vods/1')
}