No favicon on website
TriforceOfKirby opened this issue ยท 1 comments
There is no favicon on the website. There is a <link>
to favicon.ico in the <head>
element, but it results in a 404 (Not Found) error.
Could an icon be added?
Alternatively, consider using <link rel="icon" href="data:;base64,iVBORw0KGgo=">
if there is no icon to prevent HTTP requests.