We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17f2010 commit 1bd117cCopy full SHA for 1bd117c
documentations/react/.storybook/main.ts
@@ -27,7 +27,7 @@ const config: StorybookConfig = {
27
},
28
viteFinal: (config, { configType }) => {
29
if (configType === "PRODUCTION") {
30
- config.base = "/05-design-system/";
+ config.base = "/design-system/";
31
}
32
33
return config;
0 commit comments