said7388 / developer-portfolio

Software Developer Portfolio Website built with next.js and tailwind CSS that helps you showcase your work and skills as a software developer.
https://abusaid.me
1.33k stars 547 forks source link

Change favicon #34

Closed vanloc1808 closed 1 month ago

vanloc1808 commented 1 month ago

Dear Said, Thank you for a fascinating template. I have one question, how to change this favicon? I tried to replace favicon.ico with my file, but it does not work image

akhil11sharma commented 1 month ago

same issue persists in mine also even after replacing favicon image

parthamk commented 1 month ago

Dear Said, Thank you for a fascinating template. I have one question, how to change this favicon? I tried to replace favicon.ico with my file, but it does not work image

export const personalData = {
          [*Other Variable*]
          profile: '/profile.png', ((Change the image name of your desired favicon picture))
          [*Other variable*]
}

Let me know if this solution works.

vanloc1808 commented 1 month ago

@parthamk No, this is about the profile image I mean the icon on title bar (the favicon)

vanloc1808 commented 1 month ago

Issue does not happen anymore, maybe because of cache @akhil11sharma I tried again after several days and it works :D

parthamk commented 1 month ago

Issue does not happen anymore, maybe because of cache @akhil11sharma I tried again after several days and it works :D

Cool, good to know.