Skip to content

Commit

Permalink
[cli] Add Storybook publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennifer Takagi committed Mar 3, 2024
1 parent b364392 commit 20caf2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/.storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = {
},
viteFinal: (config, { configType }) => {
if (configType === 'PRODUCTION') {
config.base = '/05-design-system/'
config.base = '/pesto-ui-design-system/'
}

return config
Expand Down

0 comments on commit 20caf2f

Please sign in to comment.