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
Make the feature configurable via config/config.json: favicon: [true]|false
extend the sites data in index.json to include the field favicon.
If the value is the word "blank", use a transparent single-pixel image instead.
If the value is specified, use the value instead of the default site.url + /favicon.ico
force scale all favicon to render to the same size so the site name remain aligned
config/config.json: favicon: [true]|falseindex.jsonto include the fieldfavicon.If the value is the word "blank", use a transparent single-pixel image instead.
If the value is specified, use the value instead of the default
site.url + /favicon.ico