Skip to content

Commit

Permalink
chore: use previewHead over managerHead
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack committed May 3, 2024
1 parent 96f73ba commit a4120b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/.storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ module.exports = {
typescript: {
reactDocgen: 'react-docgen',
},
managerHead: head => {
previewHead: head => {
if (DEPLOY_ENV === 'development') {
return head
}
Expand Down

0 comments on commit a4120b2

Please sign in to comment.