Skip to content

Commit

Permalink
add asset path to storybook config
Browse files Browse the repository at this point in the history
  • Loading branch information
maloua committed Sep 30, 2024
1 parent 7d4784e commit 73c7eed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ const config: StorybookConfig = {
"../src/stories/*.stories.@(js|jsx|mjs|ts|tsx)",
],

staticDirs: [
'../assets'
],


addons: [
"@storybook/addon-links",
"@storybook/addon-essentials",
Expand Down

0 comments on commit 73c7eed

Please sign in to comment.