Skip to content

Commit

Permalink
Merge pull request #88 from chromaui/tom/add-components-sb
Browse files Browse the repository at this point in the history
Add a compose `@storybook/components` in our Storybook
  • Loading branch information
ndelangen authored Sep 12, 2023
2 parents fac94d3 + 12cd3d6 commit 0addfcb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,11 @@ const config: StorybookConfig = {
staticDirs: ["../public"],
stories: ["../src/**/*.mdx", "../src/**/*.stories.@(js|jsx|ts|tsx)"],
logLevel: "debug",
refs: {
"@storybook/components": {
title: "@storybook/components",
url: "https://next--635781f3500dd2c49e189caf.chromatic.com",
},
},
};
export default config;

0 comments on commit 0addfcb

Please sign in to comment.