Skip to content

Commit

Permalink
fix: storybook headers import updates (#8)
Browse files Browse the repository at this point in the history
* fix: preview head

---------

Co-authored-by: puria <[email protected]>
  • Loading branch information
bbtgnn and puria authored Jul 22, 2024
1 parent b2ff8cb commit c52dd83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .storybook/dyne-theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',

Expand Down
2 changes: 2 additions & 0 deletions .storybook/preview-head.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
<link rel="stylesheet" href="../dist/dyne-components/dyne-components.css" />
<script type="module" src="../dist/dyne-components/dyne-components.esm.js"></script>
<link rel="stylesheet" href="./dyne-components.css" />
<script type="module" src="./dyne-components.esm.js"></script>
1 change: 0 additions & 1 deletion src/home/home.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ import { Meta, Markdown } from '@storybook/blocks';
import README from '../../README.md?raw';

<Meta title="Welcome!" />

<Markdown>{README}</Markdown>

0 comments on commit c52dd83

Please sign in to comment.