nextjs · nextjs/no-html-link-for-pages
no-html-link-for-pages
No HTML Link for Pages
A raw HTML <a> element was used to link to an internal page route instead of the next/link component. Using <a> for internal navigation triggers a full page reload, losing client-side state and skipping prefetching. Replace with the Link component from 'next/link'.