storybookjs/storybook
[Bug]: Custom favicon set up in manager-head.html does not show up in Firefox
Closed
#21,458 opened on Mar 7, 2023
bughelp wantedsev:S3ui
Repository metrics
- Stars
- (89,909 stars)
- PR merge metrics
- (PR metrics pending)
Description
Describe the bug
Custom favicon set up in manager-head.html does not show up in Firefox
To Reproduce
The reporter used this repo: https://github.com/CivicDataLab/opub-mono
- Create a
.storybook/manager-head.htmlfile and paste the following content to it:
<link rel="shortcut icon" href="https://www.google.com/favicon.ico">
- Visit the local Storybook in Firefox. The icon is not shown.
System
No response
Additional context
No response