storybook/docs/snippets/common/storybook-main-with-object-configuration-static-dir.js.mdx
2022-11-17 16:33:22 +01:00

8 lines
126 B
Plaintext

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