Skip to content

Commit

Permalink
Merge pull request #20615 from bartlangelaan/patch-1
Browse files Browse the repository at this point in the history
Fix the @storybook/nextjs image loader
  • Loading branch information
valentinpalkovic authored Jan 15, 2023
2 parents 4caa189 + 102da76 commit 21997f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/frameworks/nextjs/src/next-image-loader-stub.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ const nextImageLoaderStub: RawLoaderDefinition<LoaderOptions> = function (conten

nextImageLoaderStub.raw = true;

export default nextImageLoaderStub;
export = nextImageLoaderStub;

0 comments on commit 21997f3

Please sign in to comment.