dtinit / portmap

A structured search frontend for portability articles to help people find solutions and help us learn about needs
https://portmap.dtinit.org
Other
2 stars 0 forks source link

Add favicon.ico #69

Closed alexbainter closed 8 months ago

alexbainter commented 8 months ago

(Probably) resolves #53.

I generated favicon.ico from favicon-32x32.png using ffmpeg.

Note that some browsers, especially old ones, may still automatically try to request /favicon.ico since that used to be the only place where favicons are stored. Since our image is at static/images/favicon.ico, that will still 404. Maybe we can redirect /favicon.ico to /static/images/favicon.ico?