Closed ZuBB closed 7 months ago
Hi, can you create the simplest example of reproducing this? It is not very clear what kind of configuration you have
Ok, I figured out why it did not work for me. It's because the selector needs a shortcut
value.
Accordingly, to mdn, shortcut
is an old link type and should not be used.
https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel#sect4
Are you interested in this change? It should not be very hard. I can try to cook a PR with it
@ZuBB A PR would be most welcome, thank you! Maybe rel
could just be a RegExp for "icon"
Maybe
rel
could just be a RegExp for "icon"
Yes, that was my plan.
Can we expect a new release after the fix will be applied? If so, can you give an ETA for that?
As soon as it's applied, I'm available to re-publish. Will be around for an hour or so; otherwise, will do so first thing in the morning.
As soon as it's applied, I'm available to re-publish. Will be around for an hour or so; otherwise, will do so first thing in the morning.
Great. already working on the change(s)
here it is @metonym
Thanks a lot, @metonym, for the quick help.
Hey there!
I need to inline the favicon (PNG image) into a
.html
file in a project that uses Vite as a bundler.Right now, I have the next snippet in the config:
And it does not work.
Here is a source line from my HTML file:
This is what I get in resulted HTML file:
Any chance you have some ideas/hints on this issue?