// app/page.tsx import { redirect } from "next/navigation" export default async function Home() { redirect('/math-pi/game'); }
https://stackoverflow.com/questions/58173809/next-js-redirect-from-to-another-page