```ts // .storybook/YourTheme.js import { create } from '@storybook/theming/create'; export default create({ base: 'light', brandTitle: 'My custom storybook', brandUrl: 'https://example.com', brandImage: 'https://storybook.js.org/images/placeholders/350x150.png', brandTarget: '_self', }); ```