storybook/docs/snippets/common/storybook-main-with-object-configuration-static-dir.js.mdx
2021-11-06 03:20:29 +00:00

7 lines
125 B
Plaintext

```js
// .storybook/main.js
module.exports = {
staticDirs: [{ from: '../my-custom-assets/images', to: '/assets' }],
};
```