diff --git a/.storybook/dyne-theme.ts b/.storybook/dyne-theme.ts index 216e531..a9973a1 100644 --- a/.storybook/dyne-theme.ts +++ b/.storybook/dyne-theme.ts @@ -3,7 +3,7 @@ import { create } from '@storybook/theming'; export default create({ base: 'light', brandTitle: 'Dyne Components', - brandUrl: '/', + brandUrl: '/components', brandImage: 'https://dyne.org/images/logos/black-Logotype.png', brandTarget: '_self', diff --git a/.storybook/preview-head.html b/.storybook/preview-head.html index 97d1dec..5ba2493 100644 --- a/.storybook/preview-head.html +++ b/.storybook/preview-head.html @@ -1,2 +1,4 @@ + + \ No newline at end of file diff --git a/src/home/home.mdx b/src/home/home.mdx index 8274b30..cdcfb6c 100644 --- a/src/home/home.mdx +++ b/src/home/home.mdx @@ -2,5 +2,4 @@ import { Meta, Markdown } from '@storybook/blocks'; import README from '../../README.md?raw'; - {README}