Skip to content

Commit

Permalink
Modify config
Browse files Browse the repository at this point in the history
  • Loading branch information
davydepauw committed Jun 5, 2024
1 parent 24a7a9f commit 7d298aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ const config: StorybookConfig = {
framework: '@storybook/react-webpack5',
stories: ['../src/**/*.mdx', '../src/**/*.stories.@(js|jsx|mjs|ts|tsx)'],
staticDirs: [
{ from: '../dist/assets', to: '/dist/assets' },
{ from: '../dist/css', to: '/dist/css' }
{ from: '../dist/assets', to: '/assets' },
{ from: '../dist/css', to: '/css' }
],
// Optional
addons: [
Expand Down

0 comments on commit 7d298aa

Please sign in to comment.