next.js/test/e2e/app-dir/metadata-navigation/app/not-found.tsx
not-found.tsx9 lines178 B
export default function NotFound() {
  return <h2>root not found page</h2>
}

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