next.js/test/e2e/app-dir/global-not-found/no-root-layout/app/global-not-found.tsx
global-not-found.tsx11 lines252 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>
  )
}
Quest for Codev2.0.0
/
SIGN IN