diff --git a/src/app/profile/[userId]/not-found.tsx b/src/app/profile/[userId]/not-found.tsx new file mode 100644 index 00000000..9a227de6 --- /dev/null +++ b/src/app/profile/[userId]/not-found.tsx @@ -0,0 +1,20 @@ +import Link from 'next/link'; +import Image from 'next/image'; + +import Button from '@/components/common/Button'; + +export default function NotFound() { + return ( +
+ 다독이가 길을 잃었어요. +
+ + + +