diff --git a/README.md b/README.md index 47af795..90083ad 100644 --- a/README.md +++ b/README.md @@ -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 ]);