Add Favicon in NextJS - geraldgsh/mv-portfolio GitHub Wiki
Create a /static folder in project root. This will be added to the static export folder.
- Add favicon file in /static folder.
- Add _document.js to /pages/ folder according to documentation (nextjs.org) or documentation (github.com).
- Add to head.
- npm run build && npm run export