Skip to content

Commit 1c6659b

Browse files
committed
build(static): add favicons to static build
1 parent eca3682 commit 1c6659b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.storybook/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module.exports = {
22
stories: ['./stories/**/*.@(js|jsx|ts|tsx|mdx)'],
33
addons: ['@storybook/addon-docs', '@storybook/addon-links'],
4+
staticDirs: ['./static'],
45

56
// due to storybook composition, chakra shows up as stories
67
// https://github.com/chakra-ui/chakra-ui/issues/2263#issuecomment-767557426

0 commit comments

Comments
 (0)