Skip to content

Commit

Permalink
add custom loader to next.config.js in README
Browse files Browse the repository at this point in the history
  • Loading branch information
JBaczuk committed Nov 5, 2021
1 parent fe31e5c commit 999ed56
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ module.exports = withPlugins([
/* config for next-optimized-images */
}],

// tell Next.js that you are using a custom loader
images: {
loader: 'custom'
}

// your other plugins here

]);
Expand Down

0 comments on commit 999ed56

Please sign in to comment.