mirror of
https://github.com/immich-app/immich.git
synced 2025-01-22 19:52:46 +01:00
10 lines
239 B
TypeScript
10 lines
239 B
TypeScript
|
import { create } from '@storybook/theming/create';
|
||
|
import brandImage from '../../design/immich-logo-inline-light.png';
|
||
|
|
||
|
export default create({
|
||
|
base: 'light',
|
||
|
brandTitle: 'immich',
|
||
|
brandUrl: 'https://immich.app/',
|
||
|
brandImage,
|
||
|
});
|