How could we change the default favicon of storybook , please help.
I want to do the same.
This solution doesn't seem to work
https://github.com/storybookjs/storybook/issues/581#issuecomment-256805434
If you will find any solution pls tell me also
I found the solution!)
Follow these steps:
./.storybook/images folder for example, or another.package.json for starting storybook: "storybook": "start-storybook -p 6006 -s ./.storybook/images"-s flag means add source folder.storybook/manager-head.htmlfile<link rel='icon' href='storybook_plus.png'/> line in it. Where storybook_plus.png - my favicon file inside ./.storybook/images folder, because I'm not being able to config webpack properly to load *.ico files. Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks!
Hey there, it's me again! I am going close this issue to help our maintainers focus on the current development roadmap instead. If the issue mentioned is still a concern, please open a new ticket and mention this old one. Cheers and thanks for using Storybook!
Most helpful comment
I found the solution!)
Follow these steps:
./.storybook/imagesfolder for example, or another.package.jsonfor starting storybook:"storybook": "start-storybook -p 6006 -s ./.storybook/images"-sflag meansadd source folder.storybook/manager-head.htmlfile<link rel='icon' href='storybook_plus.png'/>line in it. Where storybook_plus.png - my favicon file inside./.storybook/imagesfolder, because I'm not being able to config webpack properly to load *.ico files.^_^