📝(react) customize storybook theme

We want to customize our Storybook to market it for Cunningham.
This commit is contained in:
jbpenrath
2023-05-30 18:19:46 +02:00
committed by Jean-Baptiste PENRATH
parent 5970da3052
commit d767d61dd2
3 changed files with 70 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ const config: StorybookConfig = {
name: "@storybook/react-vite",
options: {},
},
staticDirs: ["../src"],
staticDirs: ["../src", "../public"],
features: {
storyStoreV7: true,
},