I want change favico.ico in nextjs but it dosn't change.
I tried these steps : {
With the information you gave I'm unsure what exactly the problem is. But I can give some general advice.
.ico
For example favicon.png
is not supported in Next.js.
.next
folder and re-run the appThis is where Next.js caches files so deleted and re-runing your app might help
Sometimes the problem is on the browser. Clear the cache in your browser.