You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ import { uploadcareLoader } from 'nextjs-loader';
110
110
111
111
**Option 3**. Use the [next-image-loader](https://www.npmjs.com/package/next-image-loader) plugin to enable Uploadcare image loader for all images by default
112
112
113
-
In that case, you may not need the `loader: "custom"` setting in your `next.config.js`.
113
+
In that case, you don't need the `loader: "custom"` setting in your `next.config.js`.
114
114
115
115
1. Install [next-image-loader](https://www.npmjs.com/package/next-image-loader) and enable it as described in its README.
0 commit comments