Skip to content

Commit 5e46b05

Browse files
authored
Restore *.mdx pattern in evo-marko Storybook configuration (#453)
1 parent 053334e commit 5e46b05

File tree

1 file changed

+1
-1
lines changed
  • packages/evo-marko/.storybook

1 file changed

+1
-1
lines changed

packages/evo-marko/.storybook/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const rawMarkdown = {
1414
};
1515

1616
export default {
17-
stories: ["../src/**/*.stories.ts"],
17+
stories: ["../src/**/*.mdx", "../src/**/*.stories.ts"],
1818
framework: "@storybook/marko-vite",
1919
addons: ["@storybook/addon-a11y"],
2020
parameters: {

0 commit comments

Comments
 (0)