mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02:00
fix storybook logo in static build
This commit is contained in:
parent
28b30237c7
commit
f82e5e7dc6
1 changed files with 2 additions and 1 deletions
|
|
@ -1,8 +1,9 @@
|
|||
import { create } from 'storybook/theming'
|
||||
import komgaSvg from '../src/assets/komga.svg' // Webpack/Vite processes this
|
||||
|
||||
export default create({
|
||||
base: 'light',
|
||||
brandTitle: 'Komga Storybook',
|
||||
brandUrl: 'https://komga.org',
|
||||
brandImage: '../src/assets/komga.svg',
|
||||
brandImage: komgaSvg,
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue