Files
wukuang/docs/.storybook/theme.ts
T

10 lines
264 B
TypeScript
Raw Normal View History

2026-05-23 14:05:22 +08:00
import { create } from '@storybook/theming';
export default create({
base: 'light',
brandTitle: 'My custom Storybook',
brandUrl: 'https://example.com',
// brandImage: 'https://storybook.js.org/images/placeholders/350x150.png',
brandTarget: '_self',
});