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