nextjs · nextjs/no-title-in-document-head
no-title-in-document-head
No Title in Document Head
A <title> element was placed inside the <Head> component in _document.js. Titles set in _document.js apply globally and cannot be overridden by individual pages. Move page-specific <title> tags into the <Head> component within each page file or use the metadata API in the App Router.