export default function NotFound() { return <h1>Custom Not Found</h1> } export const metadata = { title: 'notfound title', }