Storybook: Favicon

Created on 30 Oct 2019  路  5Comments  路  Source: storybookjs/storybook

How could we change the default favicon of storybook , please help.

inactive question / support ui

Most helpful comment

I found the solution!)
Follow these steps:

  1. Create image with favicon and save to ./.storybook/images folder for example, or another.
  2. Add -s flag with images folder in package.json for starting storybook: "storybook": "start-storybook -p 6006 -s ./.storybook/images"
    -s flag means add source folder
  3. Create .storybook/manager-head.htmlfile
  4. Add <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.
  5. Restart storybook
    ^_^

All 5 comments

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:

  1. Create image with favicon and save to ./.storybook/images folder for example, or another.
  2. Add -s flag with images folder in package.json for starting storybook: "storybook": "start-storybook -p 6006 -s ./.storybook/images"
    -s flag means add source folder
  3. Create .storybook/manager-head.htmlfile
  4. Add <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.
  5. Restart storybook
    ^_^

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!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ilyaulyanov picture ilyaulyanov  路  100Comments

moimikey picture moimikey  路  67Comments

EdenTurgeman picture EdenTurgeman  路  81Comments

dmmarmol picture dmmarmol  路  57Comments

dependencies[bot] picture dependencies[bot]  路  142Comments