Skip to content

Commit 6360393

Browse files
committed
docs: README.md
1 parent e763b10 commit 6360393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ npm install react-thumbnail-generator next-transpile-modules
164164
/** @type {import('next').NextConfig} */
165165
const nextConfig = {
166166
reactStrictMode: true,
167-
transpilePackages: ["react-step-parallax"],
167+
transpilePackages: ["react-thumbnail-generator"], // (*)
168168
};
169169

170170
module.exports = nextConfig;

0 commit comments

Comments
 (0)