Skip to content

Commit

Permalink
Add static dirs to Storybook config
Browse files Browse the repository at this point in the history
  • Loading branch information
allanlasser committed Oct 3, 2024
1 parent b1e8b35 commit 564c022
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 @@ -8,6 +8,7 @@ const config: StorybookConfig = {
"../src/lib/**/*.stories.@(js|jsx|ts|tsx|svelte)",
"../src/routes/**/*.stories.@(js|jsx|ts|tsx|svelte)",
],
staticDirs: ["../public", "../static"],
addons: [
"@storybook/addon-links",
"@storybook/addon-essentials",
Expand Down

0 comments on commit 564c022

Please sign in to comment.