Skip to content

Commit 1bd117c

Browse files
committed
fix: 🐛 Retirado 05 de main.ts
corrigindo o configbase
1 parent 17f2010 commit 1bd117c

File tree

1 file changed

+1
-1
lines changed
  • documentations/react/.storybook

1 file changed

+1
-1
lines changed

documentations/react/.storybook/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const config: StorybookConfig = {
2727
},
2828
viteFinal: (config, { configType }) => {
2929
if (configType === "PRODUCTION") {
30-
config.base = "/05-design-system/";
30+
config.base = "/design-system/";
3131
}
3232

3333
return config;

0 commit comments

Comments
 (0)