next.js/test/e2e/app-dir/metadata-navigation/app/async/not-found/not-found.tsx
not-found.tsx9 lines181 B
export default function notFound() {
  return <h2>Local found boundary</h2>
}

export const metadata = {
  title: 'Local not found',
  description: 'Local not found description',
}
Quest for Codev2.0.0
/
SIGN IN