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?
(Probably) resolves #53.
I generated
favicon.ico
fromfavicon-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 atstatic/images/favicon.ico
, that will still 404. Maybe we can redirect/favicon.ico
to/static/images/favicon.ico
?