OpenRTX / openrtx.github.io

12 stars 15 forks source link

Favicon is missing #17

Closed turnrye closed 1 year ago

turnrye commented 1 year ago

The problem

When browsing openrtx.org in a chrome desktop UA, there is no favicon appearing on the page.

Screen Shot 2023-08-04 at 7 49 39 AM

Why this is happening

The static HTML generated from this project includes the following:

  <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
  <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
  <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
...
  <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">

These resources do not exist however:

➜  ~ curl --remote-name-all http://openrtx.com/\{apple-touch-icon.png,favicon-32x32.png,favicon-16x16.png,safari-pinned-tab.svg\} -s -w "%{http_code}\n"
404
404
404
404