Skip to content

Commit 14ccd49

Browse files
committed
feat: add docs workflow
1 parent 2549b77 commit 14ccd49

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/docs/.storybook/main.js

+7
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,12 @@ module.exports = {
1414
},
1515
"features": {
1616
"storyStoreV7": true
17+
},
18+
viteFinal: (config, { configType }) => {
19+
if (configType === 'PRODUCTION') {
20+
config.base = 'Design-system/'
21+
}
22+
23+
return config
1724
}
1825
}

0 commit comments

Comments
 (0)