storybook/docs/snippets/common/storybook-main-ref-remote.js.mdx
2020-10-07 12:23:34 +08:00

14 lines
236 B
Plaintext

```js
// .storybook/main.js
module.exports={
// your Storybook configuration
refs: {
'design-system': {
title: "Storybook Design System",
url: "https://5ccbc373887ca40020446347-yldsqjoxzb.chromatic.com"
}
}
}
```