Skip to content

Commit

Permalink
Apply suggestion from JJ
Browse files Browse the repository at this point in the history
Co-authored-by: JJ Kasper <jj@jjsweb.site>
  • Loading branch information
styfle and ijjk committed Nov 1, 2021
1 parent d83e763 commit d13d1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errors/custom-document-image-import.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function MyApp({ Component, pageProps }) {
export default MyApp
```
If your application is not using `next/image`, you can disable the built-in loader with the following next.config.js:
If your application is not using image imports with `next/image`, you can disable the built-in loader with the following next.config.js:
```js
module.exports = {
Expand Down

0 comments on commit d13d1df

Please sign in to comment.