Relative Content

Tag Archive for reactjsnext.jsfrontendnextjs14

Removing updating Favicon.ico in Nextjs 14+

I’m working on a Next.js 14 project and I’m trying to update the default favicon from my application. i can’t seem to update the favicon as it is not accepting any other favicon then the default in the layout.js file there is metadata my html page is only accepting only that data and no other data so even if a add new head it is not showing anything.