Skip to content

Commit 907dc49

Browse files
committed
🐛 fix storybook brandImage
1 parent 406ccc6 commit 907dc49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.storybook/MucTheme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ export default create({
44
base: 'light',
55
brandTitle: 'muc-patternlab-vue',
66
brandUrl: 'https://github.com/it-at-m/muc-patternlab-vue',
7-
brandImage: '../docs/images/muc-patternlab-vue.png',
7+
brandImage: './muc-patternlab-vue.png',
88
brandTarget: '_blank',
99
});

.storybook/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const mucIconsSvg = fs.readFileSync(
1212

1313
const config: StorybookConfig = {
1414
stories: ["../docs/*.mdx", "../src/components/**/*.stories.ts"],
15-
staticDirs: ["../public"],
15+
staticDirs: ["../public", "../docs/images"],
1616
addons: [
1717
"@storybook/addon-links",
1818
"@storybook/addon-essentials",

0 commit comments

Comments
 (0)