0
export const metadata = {
  title: "Pradeep's Resume",
  icons: {
    icon: "/icon.png",
  },
};

can anyone tell me why this is not working ? I try doing .ico still not working
I remove Vercel favicon and it is still there
github-link: https://github.com/pradeep800/resume/blob/main/app/layout.tsx
URL:-https://resume.pradeepbisht.com/

1 Answers1

1

in app directory, you have favicon.ico. delete it. looks like next.js using it as the default option. then it works:

enter image description here

Yilmaz
  • 35,338
  • 10
  • 157
  • 202