Skip to content

Commit

Permalink
🐛 fix storybook brandImage
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianWilms committed May 10, 2024
1 parent 406ccc6 commit ae686f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .storybook/MucTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ export default create({
base: 'light',
brandTitle: 'muc-patternlab-vue',
brandUrl: 'https://github.com/it-at-m/muc-patternlab-vue',
brandImage: '../docs/images/muc-patternlab-vue.png',
brandImage: './muc-patternlab-vue.png',
brandTarget: '_blank',
});
2 changes: 1 addition & 1 deletion .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const mucIconsSvg = fs.readFileSync(

const config: StorybookConfig = {
stories: ["../docs/*.mdx", "../src/components/**/*.stories.ts"],
staticDirs: ["../public"],
staticDirs: ["../public", "../docs/images"],
addons: [
"@storybook/addon-links",
"@storybook/addon-essentials",
Expand Down

0 comments on commit ae686f9

Please sign in to comment.