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 6701f39 commit 17f2010Copy full SHA for 17f2010
documentations/react/.storybook/main.ts
@@ -25,5 +25,12 @@ const config: StorybookConfig = {
25
name: getAbsolutePath("@storybook/react-vite"),
26
options: {},
27
},
28
+ viteFinal: (config, { configType }) => {
29
+ if (configType === "PRODUCTION") {
30
+ config.base = "/05-design-system/";
31
+ }
32
+
33
+ return config;
34
+ },
35
};
36
export default config;
0 commit comments