aboutsummaryrefslogtreecommitdiffstats
path: root/.storybook/main.ts
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2023-12-15 18:35:16 +0100
committerArmand Philippot <git@armandphilippot.com>2023-12-15 18:49:49 +0100
commit0f936ec0e7606cb79434d94096b6e113a7ce78eb (patch)
tree465ec7f66ac9459be6a18ac046e10357814c7b92 /.storybook/main.ts
parent4e4d2eb25365be861e19f9756cf334ba2faa6911 (diff)
refactor(stories): migrate stories to CSF3 format
Diffstat (limited to '.storybook/main.ts')
-rw-r--r--.storybook/main.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/.storybook/main.ts b/.storybook/main.ts
index 76b1316..27b7662 100644
--- a/.storybook/main.ts
+++ b/.storybook/main.ts
@@ -3,7 +3,7 @@ import { RuleSetRule } from 'webpack';
const config: StorybookConfig = {
stories: [
- '../src/**!(content)/*.mdx',
+ '../src/components/**/*.mdx',
'../src/**/*.stories.@(js|jsx|mjs|ts|tsx)',
],
addons: [