diff --git a/src/app/not-found.tsx b/src/app/not-found.tsx new file mode 100644 index 0000000..102758a --- /dev/null +++ b/src/app/not-found.tsx @@ -0,0 +1,10 @@ +import Link from "next/link"; + +export default function NotFound() { + return ( +
죄송합니다. 찾을 수 없는 페이지입니다.
+ 홈으로 돌아가기 +