Closed andreacfromtheapp closed 2 years ago
so, I tried a fix that should do the trick.
However, I'm not opening a PR because I can't understand how to install my own version of the plugin for testing. (I'm very new to Vite).
I hope this helps
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Prerequisites
Feature Request
Currently favicons are injected at the top of the
<head>
. This moves<meta charset="UTF-8" />
further down and breaks its meaning, scope, and functionality.Since favicons aren't going to suffer from it, it would it be advisable to inject them at the
head
bottom by default (using 'head' instead of 'head-prepend' should do the trick).Please and thank you