Skip to content

Commit

Permalink
docs: add deployed static location
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmartDOTin committed Jun 17, 2024
1 parent 607c536 commit 8950a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/element-storybook/.storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const config: StorybookConfig = {
reactDocgen: 'react-docgen-typescript'
},

staticDirs: ['../../../static'],
staticDirs: ['../../../static', '../../../element/static'],
features: { storyStoreV7: false, legacyMdx1: true },
};

Expand Down

0 comments on commit 8950a8b

Please sign in to comment.