Skip to content

Commit

Permalink
fix(.storybook/manager): ignore TS error
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerAPfledderer committed May 14, 2024
1 parent c521253 commit 5b9cd7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .storybook/manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ addons.setConfig({
// In order to override the default favicon, and inject a data hash link to the png
const link = document.createElement("link")
link.setAttribute("rel", "shortcut icon")
// @ts-expect-error looking for `string` instead of `StaticImageData`, but this still works
link.setAttribute("href", favicon)
document.head.appendChild(link)

0 comments on commit 5b9cd7f

Please sign in to comment.