cobiwave / simplefolio

⚡️ A minimal portfolio template for Developers
https://simplfolio.netlify.com
MIT License
13.43k stars 5.72k forks source link

Issue with modifying favicon using RealFaviconGenerator #275

Open MarioAvolio opened 1 year ago

MarioAvolio commented 1 year ago

Issue with modifying favicon using RealFaviconGenerator

Description: I'm encountering an issue when trying to modify the favicon for my website www.marioavolio.it using the RealFaviconGenerator tool (https://realfavicongenerator.net/).

I have added the following code to my HTML:

<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">

However, I encounter errors during the building process, which prevent me from successfully updating the favicon. I've tried to follow the recommendations given in the error messages, but I'm still facing issues.

Error 1: @parcel/core: Cannot find Parcel plugin @parcel/transformer-webmanifest

Error 2: @parcel/core: Failed to resolve '.../icons8-artificial-intelligence-16.png' from './src/index.html'

I've provided the error messages above for reference. I would appreciate any assistance or guidance on how to resolve this issue and successfully update the favicon for my website.

Additional Information:

Thank you for your help!

AtharvShinde2004 commented 8 months ago

i guess its not a error of favicon but a diffrent thing