import { redirect } from 'next/navigation'; import { plazaPath } from '@/lib/site'; export default function Home() { redirect(plazaPath()); }