next.js/test/e2e/app-dir/metadata-streaming/app/notfound/boundary/not-found.tsx
not-found.tsx8 lines130 B
export default function NotFound() {
  return <h1>Custom Not Found</h1>
}

export const metadata = {
  title: 'notfound title',
}
Quest for Codev2.0.0
/
SIGN IN