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
{{ message }}
This repository has been archived by the owner on Jan 2, 2018. It is now read-only.
Thanks for the report! We had good intentions with this default in the configuration, pushing for convention over configuration, but seems it might be best to remove it to avoid this problem since we have seen this before.
We could also check so only a single icon is used but that is probably complexity that gives little value.
The roc.config provided with this extension(https://github.com/rocjs/roc-package-web-app-react/blob/master/extensions/roc-package-web-app-react/src/config/roc.config.js#L14-L17) has a default favicon.png. If only setting helmet-head resources through the React-component you end up with two favicons:
Helmet-component:
Temp fix is to manually override settings.runtime.head.link
The text was updated successfully, but these errors were encountered: