pages 내부에 404.tsx를 만들어주면 custom 할 수 있다
// pages/404.tsx export default function NotFound() { return "404"; }