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
Having an entry for a favicon.ico at / in HTML <head> seems to keep the browser from trying to fetch the one that is available at / on it's own. So we should only set this entry if:
the custom favicon.ico is not present (the default one from static/ should be used)
the client base path is / (for sub-paths, we should still set the <head> entry!)
The text was updated successfully, but these errors were encountered:
Having an entry for a
favicon.ico
at/
in HTML<head>
seems to keep the browser from trying to fetch the one that is available at/
on it's own. So we should only set this entry if:favicon.ico
is not present (the default one fromstatic/
should be used)/
(for sub-paths, we should still set the<head>
entry!)The text was updated successfully, but these errors were encountered: