Skip to content

Commit e174228

Browse files
committed
docs: Improved README.
1 parent e0c5420 commit e174228

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,9 @@ import anotherLoader from '[another-loader-project-name]';
166166

167167
where `anotherLoader` will be used instead of the Uploadcare loader for this particular image.
168168

169-
## Links
169+
## Notes
170170

171-
- [Uploadcare image compression documentation][uploadcare-transformation-image-compression-docs]
172-
- [Uploadcare File Uploader for React](https://github.com/uploadcare/react-widget)
171+
If you pass a local image url, the loader returns it AS IS if the app is run in the development mode or if the `NEXT_PUBLIC_UPLOADCARE_APP_BASE_URL` is not set.
173172

174173
## Known Issues
175174

@@ -181,6 +180,11 @@ Next checks whether the image url which loader generates has the exact value whi
181180

182181
**Fix:** Ignore the warning for now.
183182

183+
## Links
184+
185+
- [Uploadcare image compression documentation][uploadcare-transformation-image-compression-docs]
186+
- [Uploadcare File Uploader for React](https://github.com/uploadcare/react-widget)
187+
184188
[test-status-img]: https://github.com/uploadcare/nextjs-loader/actions/workflows/test-and-lint.yml/badge.svg
185189
[npm-img]: https://img.shields.io/npm/v/@uploadcare/nextjs-loader.svg
186190
[npm-link]: https://www.npmjs.com/package/@uploadcare/nextjs-loader

0 commit comments

Comments
 (0)