Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Modifies index.html so that
unbalance-logo.png
is used as the favicon for the page.Before & after:
![image](https://private-user-images.githubusercontent.com/692914/297205958-e1c69b32-09c8-41c2-9931-fec17160e7aa.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk5MDQ4NTcsIm5iZiI6MTczOTkwNDU1NywicGF0aCI6Ii82OTI5MTQvMjk3MjA1OTU4LWUxYzY5YjMyLTA5YzgtNDFjMi05OTMxLWZlYzE3MTYwZTdhYS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE4JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxOFQxODQ5MTdaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT04NzAxYjIyZDBjMTAyMmExNjIxMDIwNTQ3N2U0YTViMTRkZWRiN2IxMzYwYTcyMWJhZjY5YmQzYzlmOGNhMGVmJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.NQAitZ742EYzxuN6EitGt0QO1ttfRxF6KUEfGxfs3EQ)
It works for me locally, and I think it should work in the final plugin as well, because the link href does seem to get converted by vite into same paths as everything else:
![image](https://private-user-images.githubusercontent.com/692914/297206554-0cc2005e-3156-439c-b23d-0a5f66aeedd1.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk5MDQ4NTcsIm5iZiI6MTczOTkwNDU1NywicGF0aCI6Ii82OTI5MTQvMjk3MjA2NTU0LTBjYzIwMDVlLTMxNTYtNDM5Yy1iMjNkLTBhNWY2NmFlZWRkMS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE4JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxOFQxODQ5MTdaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT02ZGQxOTdkOTdmMjRjYjk3YmU5MmFiMDRjNDljYTA0YjBlMzExM2IxNTU5NzM5OWQ5NDZlNjgzNjdkOWQ1NjMwJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.ccva9xksERUXQlvvqhtNuSmi2Tv2WLvlaczwmxxTObQ)