Skip to content

Commit 48b134e

Browse files
committed
fix: remove staticDirs from Storybook config
The public directory was removed during icon system migration but staticDirs config still referenced it, causing CI build failures. Removed staticDirs config since we no longer need static files - all icons are now inline via icon-data.ts.
1 parent e539d3a commit 48b134e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/ui/.storybook/main.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ const config: StorybookConfig = {
1616
docs: {
1717
autodocs: 'tag',
1818
},
19-
staticDirs: ['../public'],
2019
};
2120

2221
export default config;

0 commit comments

Comments
 (0)