mirror of
https://github.com/immich-app/immich.git
synced 2025-01-06 11:56:46 +01:00
9 lines
239 B
TypeScript
9 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,
|
|
});
|