storybookjs/storybook

[Bug]: Custom favicon set up in manager-head.html does not show up in Firefox

Open

#21,458 创建于 2023年3月7日

在 GitHub 查看
 (5 评论) (3 反应) (0 负责人)TypeScript (89,909 star) (10,058 fork)batch import
bughelp wantedsev:S3ui

描述

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

  1. Create a .storybook/manager-head.html file and paste the following content to it:
<link rel="shortcut icon" href="https://www.google.com/favicon.ico">
  1. Visit the local Storybook in Firefox. The icon is not shown.

System

No response

Additional context

No response

贡献者指南