next.js/test/e2e/app-dir/global-not-found/metadata/app/global-not-found.tsx
global-not-found.tsx16 lines357 B
export default function GlobalNotFound() {
  return (
    // html tag is different from actual page's layout
    <html data-global-not-found="true">
      <body>
        <h1 id="global-error-title">global-not-found</h1>
      </body>
    </html>
  )
}

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