We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3479c5b commit c6acb09Copy full SHA for c6acb09
example/.storybook/main.ts
@@ -2,7 +2,7 @@ import type { StorybookConfig } from "@storybook/nextjs-vite";
2
import svgr from "vite-plugin-svgr";
3
4
const config: StorybookConfig = {
5
- stories: ["../src/**/*.mdx", "../src/**/Image.stories.@(js|jsx|mjs|ts|tsx)"],
+ stories: ["../src/**/*.mdx", "../src/**/*.stories.@(js|jsx|mjs|ts|tsx)"],
6
addons: [
7
"@storybook/addon-docs",
8
"@chromatic-com/storybook",
0 commit comments