Skip to content

Commit

Permalink
[#191] fix: main config staticDirs 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Seo0H committed Aug 9, 2023
1 parent 9b3059c commit a5f7f5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const config: StorybookConfig = {
titlePrefix: 'Design System',
},
],
staticDirs: ['../public'],
addons: ['@storybook/addon-essentials', '@storybook/addon-styling', '@storybook/addon-viewport'],
framework: {
name: '@storybook/nextjs',
Expand Down

0 comments on commit a5f7f5d

Please sign in to comment.