We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 329e2bd commit a5b842bCopy full SHA for a5b842b
.storybook/manager.ts
@@ -1,6 +1,5 @@
1
import { addons } from "@storybook/manager-api"
2
import theme from "./theme"
3
-// @ts-ignore
4
import favicon from "../public/favicon.png"
5
6
addons.setConfig({
@@ -10,5 +9,6 @@ addons.setConfig({
10
9
// In order to override the default favicon, and inject a data hash link to the png
11
const link = document.createElement("link")
12
link.setAttribute("rel", "shortcut icon")
+// @ts-ignore
13
link.setAttribute("href", favicon)
14
document.head.appendChild(link)
0 commit comments