Next.js Discord

Discord Forum

How do I change the favicon in next js

Unanswered
West African Lion posted this in #help-forum
Open in Discord
West African LionOP
I need help changing it

5 Replies

Cuvier’s Dwarf Caiman
just replace the favicon.ico in yout app folder. Nextjs will use it automatically.
If you have a png or other sources and you want to create a favicon.ico you can use generators for that:
https://www.favicon-generator.org/
btw, browsers cache favicons heavily, so even if you change it, it may take some time to how (unless you force refresh)
@West African Lion have you solved your question yet, or do you need more help?
Devtools (inspect element) -> Go to Network Tab -> Disable Cache. Would probably work to see if the favicon is working