Skip to content

Commit 8d5dc32

Browse files
committed
fix path to local plugin
1 parent b9f3b90 commit 8d5dc32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.storybook/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = {
1818
getAbsolutePath('@storybook/addon-essentials'),
1919
getAbsolutePath('@storybook/addon-links'),
2020
getAbsolutePath('@storybook/addon-a11y'),
21-
getAbsolutePath('../storyhelpers/storybook-readme'),
21+
'../storyhelpers/storybook-readme',
2222
{
2323
name: '@storybook/addon-docs',
2424
options: {

0 commit comments

Comments
 (0)