next.js redirect로 페이지 이동 시키는 방법

ino5·2023년 10월 22일
0

23년 개인플젝

목록 보기
14/14
// 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

profile
지금은 네이버 블로그만 해요... https://blog.naver.com/chero77

0개의 댓글