diff --git a/next-ui/.storybook/theme.ts b/next-ui/.storybook/theme.ts index 7885af3d..5d2ac041 100644 --- a/next-ui/.storybook/theme.ts +++ b/next-ui/.storybook/theme.ts @@ -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, })