Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Mar 18, 2024
1 parent 525aad0 commit 014aad2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
<link href="./sb-addons/interactions-9/manager-bundle.js" rel="modulepreload" />

<link href="./sb-addons/storybook-10/manager-bundle.js" rel="modulepreload" />
<link rel="stylesheet" href="/assets/base.css" />
<link rel="preload" href="/assets/fonts/diatype/diatype-medium.woff2" />
<link rel="preload" href="/assets/fonts/diatype/diatype-regular.woff2" />
<link rel="preload" href="/assets/fonts/marche/marche-super-pro.woff2" />
<link rel="stylesheet" href="/storybook/assets/base.css" />
<link rel="preload" href="/storybook/assets/fonts/diatype/diatype-medium.woff2" />
<link rel="preload" href="/storybook/assets/fonts/diatype/diatype-regular.woff2" />
<link rel="preload" href="/storybook/assets/fonts/marche/marche-super-pro.woff2" />
<meta name="robots" content="noindex" />


Expand Down
2 changes: 1 addition & 1 deletion project.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"generatedAt":1710783664332,"hasCustomBabel":false,"hasCustomWebpack":true,"hasStaticDirs":true,"hasStorybookEslint":true,"refCount":0,"packageManager":{"type":"pnpm","version":"8.15.4"},"typescriptOptions":{"check":true,"reactDocgen":"react-docgen-typescript"},"preview":{"usesGlobals":false},"framework":{"name":"@storybook/react-webpack5","options":{"builder":{"useSWC":true}}},"builder":"@storybook/builder-webpack5","renderer":"@storybook/react","storybookVersion":"7.6.17","storybookVersionSpecifier":"7.6.17","language":"typescript","storybookPackages":{"@storybook/blocks":{"version":"7.6.17"},"@storybook/react":{"version":"7.6.17"},"@storybook/react-webpack5":{"version":"7.6.17"},"@storybook/test":{"version":"7.6.17"},"@storybook/theming":{"version":"8.0.0"},"eslint-plugin-storybook":{"version":"0.8.0"},"storybook":{"version":"7.6.17"}},"addons":{"@storybook/addon-links":{"version":"7.6.17"},"@storybook/addon-essentials":{"version":"7.6.17"},"@storybook/addon-onboarding":{"version":"1.0.11"},"@storybook/addon-interactions":{"version":"7.6.17"},"@storybook/addon-docs":{"version":"7.6.17"},"@storybook/addon-styling-webpack":{"version":"0.0.6"},"chromatic":{"version":"10.9.6","versionSpecifier":"10.9.6"}}}
{"generatedAt":1710783905733,"hasCustomBabel":false,"hasCustomWebpack":true,"hasStaticDirs":true,"hasStorybookEslint":true,"refCount":0,"packageManager":{"type":"pnpm","version":"8.15.4"},"typescriptOptions":{"check":true,"reactDocgen":"react-docgen-typescript"},"preview":{"usesGlobals":false},"framework":{"name":"@storybook/react-webpack5","options":{"builder":{"useSWC":true}}},"builder":"@storybook/builder-webpack5","renderer":"@storybook/react","storybookVersion":"7.6.17","storybookVersionSpecifier":"7.6.17","language":"typescript","storybookPackages":{"@storybook/blocks":{"version":"7.6.17"},"@storybook/react":{"version":"7.6.17"},"@storybook/react-webpack5":{"version":"7.6.17"},"@storybook/test":{"version":"7.6.17"},"@storybook/theming":{"version":"8.0.0"},"eslint-plugin-storybook":{"version":"0.8.0"},"storybook":{"version":"7.6.17"}},"addons":{"@storybook/addon-links":{"version":"7.6.17"},"@storybook/addon-essentials":{"version":"7.6.17"},"@storybook/addon-onboarding":{"version":"1.0.11"},"@storybook/addon-interactions":{"version":"7.6.17"},"@storybook/addon-docs":{"version":"7.6.17"},"@storybook/addon-styling-webpack":{"version":"0.0.6"},"chromatic":{"version":"10.9.6","versionSpecifier":"10.9.6"}}}

0 comments on commit 014aad2

Please sign in to comment.