mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 03:21:49 +08:00
8 lines
126 B
Plaintext
8 lines
126 B
Plaintext
```js
|
|
// .storybook/main.js
|
|
|
|
module.exports = {
|
|
staticDirs: [{ from: '../my-custom-assets/images', to: '/assets' }],
|
|
};
|
|
```
|