What is the difference between next/head vs next/document?
next/head and next/document are both components in the Next.js framework, but they serve different purposes.
next/head is a built-in component that allows you to modify the HTML head tag of your page. You can use it to add meta tags, title tags, link...
ashukasma.hashnode.dev1 min read