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
There is a change needed on head.js for child theme, such as updating favicon?
What should be the right way, so that child theme should have its own head.js file to update the scripts and links and meta tags for page.
The text was updated successfully, but these errors were encountered:
Could you elaborate a bit on your question? With the override covered by this repository, you should be able to override a file like src/themes/default/head.js which exports one large object. Did you do this already? Next, in your override, you can either create a new object from scratch, and export it. But you can also import the old object from the original file src/themes/default/head.js as well. Which code did you already try out?
There is a change needed on head.js for child theme, such as updating favicon?
What should be the right way, so that child theme should have its own head.js file to update the scripts and links and meta tags for page.
The text was updated successfully, but these errors were encountered: