Favicons, short for "favorite icons," are small images or icons that appear in the browser tab, bookmarks, and other areas of the browser UI. Adding a favicon to your Storybook application can help to:

Adding a favicon is a small but significant step that can help improve the user experience and make your Storybook application more memorable and distinctive.

So why not take this small but impactful step today and give your Storybook application that extra touch of visual appeal and professionalism?


To add a favicon for Storybook, follow these steps:

<link rel="shortcut icon" href="/favicon.ico">

Warning: The default Storybook favicon overrides the new one with Chrome by running the application locally.

Also published here.