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 eca3682 commit 1c6659bCopy full SHA for 1c6659b
.storybook/main.js
@@ -1,6 +1,7 @@
1
module.exports = {
2
stories: ['./stories/**/*.@(js|jsx|ts|tsx|mdx)'],
3
addons: ['@storybook/addon-docs', '@storybook/addon-links'],
4
+ staticDirs: ['./static'],
5
6
// due to storybook composition, chakra shows up as stories
7
// https://github.com/chakra-ui/chakra-ui/issues/2263#issuecomment-767557426
0 commit comments