Skip to content

Commit 58f2110

Browse files
committed
modify: /blog 들어올시 '/' 루트로 들어올 수 있게 수정
1 parent 966f4f3 commit 58f2110

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/blog/page.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import { redirect } from "next/navigation";
2+
3+
export default function BlogRedirect() {
4+
redirect("/");
5+
}

0 commit comments

Comments
 (0)