Skip to content

Commit c6acb09

Browse files
committed
Fix local story globs
1 parent 3479c5b commit c6acb09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/.storybook/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { StorybookConfig } from "@storybook/nextjs-vite";
22
import svgr from "vite-plugin-svgr";
33

44
const config: StorybookConfig = {
5-
stories: ["../src/**/*.mdx", "../src/**/Image.stories.@(js|jsx|mjs|ts|tsx)"],
5+
stories: ["../src/**/*.mdx", "../src/**/*.stories.@(js|jsx|mjs|ts|tsx)"],
66
addons: [
77
"@storybook/addon-docs",
88
"@chromatic-com/storybook",

0 commit comments

Comments
 (0)