관리-도구
편집 파일: manager.js
/** * External dependencies */ import { addons } from '@storybook/addons'; import { themes } from '@storybook/theming'; /** * Internal dependencies */ import logoUrl from './kkart_logo.png'; addons.setConfig( { theme: { ...themes.light, brandImage: logoUrl }, } );