Skip to content

Commit

Permalink
Add link back to loader docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
leerob committed Jan 5, 2021
1 parent 364b2f4 commit f389481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api-reference/next/image.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Try it out:

### loader

A custom image `loader` to resolve URLs. Defaults to `images` object in `next.config.js`.
A custom image `loader` to resolve URLs. Defaults to [`images` object in `next.config.js`](/docs/basic-features/image-optimization.md#loader).

`loader` is a function returning a string, given the following parameters:

Expand Down

0 comments on commit f389481

Please sign in to comment.