Hello,
I have that in my <HEAD> in index.html:
<link
rel="icon"
href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.95em' font-size='80'>🏴☠️</text></svg>"
/>
It allows to have an emoji as favicon.
I never notice it before, but on beta 8 I had this message:
'data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.95em' font-size='80'>🏴☠️</text></svg>' is imported by index.html, but could not be resolved – treating it as an external dependency
Now on beta 11 it crashes saying the resource doesn't exist.
[Error: ENOENT: no such file or directory, open '/Users/cedeber/Code/eukolia-app/app/ata:image/svg+xml,<svg xmlns='http:/www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.95em' font-size='80'>🏴☠️</text></svg>']
Thanks.
Hello,
I have that in my
<HEAD>inindex.html:It allows to have an emoji as favicon.
I never notice it before, but on beta 8 I had this message:
Now on beta 11 it crashes saying the resource doesn't exist.
Thanks.