Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with modifying favicon using RealFaviconGenerator #275

Open
MarioAvolio opened this issue Oct 1, 2023 · 1 comment
Open

Issue with modifying favicon using RealFaviconGenerator #275

MarioAvolio opened this issue Oct 1, 2023 · 1 comment

Comments

@MarioAvolio
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants