diff --git a/src/stories/index.stories.tsx b/src/stories/index.stories.tsx index 80fcec5b..a0aebe1c 100644 --- a/src/stories/index.stories.tsx +++ b/src/stories/index.stories.tsx @@ -23,8 +23,7 @@ storiesOf('MdxProvider', module) .add('Code', () => ) .add('Combination', () => ) .add('Headings', () => ) - // @ts-ignore - .lokiSkip('ImagesExternal', () => ) + .add('ImagesExternal', () => , { loki: { skip: true } }) .add('ImagesInternal', () => ) .add('Inline', () => ) .add('Lists', () => )