You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The inliner appear to (try to) inline these - but fails:
Inliner:
Error: ENOENT: no such file or directory, open '/path/to/dev_build/statics/../img/favicons/apple-touch-icon.png?v=A0Rqr8Y59x'
Inliner:
Error: ENOENT: no such file or directory, open '/path/to/dev_build/statics/../img/favicons/favicon-32x32.png?v=A0Rqr8Y59x'
Inliner:
Error: ENOENT: no such file or directory, open '/path/to/dev_build/statics/../img/favicons/favicon-16x16.png?v=A0Rqr8Y59x'
Inliner:
Error: ENOENT: no such file or directory, open '/path/to/dev_build/statics/../img/favicons/safari-pinned-tab.svg?v=A0Rqr8Y59x'
Inliner:
Error: ENOENT: no such file or directory, open '/path/to/dev_build/statics/../img/favicons/site.webmanifest?v=A0Rqr8Y59x'
I wouldn't expect images to be inlined, and my guess is that this is only occurring because these images are linked using href rather than src.
When I try to link these same images using <img src="..."> the inliner does not complain at all.
The text was updated successfully, but these errors were encountered:
Several favicons are referenced in my static HTML template:
The inliner appear to (try to) inline these - but fails:
I wouldn't expect images to be inlined, and my guess is that this is only occurring because these images are linked using
href
rather thansrc
.When I try to link these same images using
<img src="...">
the inliner does not complain at all.The text was updated successfully, but these errors were encountered: