I am trying to export a nextjs webapp to github pages but couldn't 'next export' .It says:Nextjs: Image Optimization using Next.js' default loader is not compatible with next export
.
Possible solution says - Use the loader
prop for next/image
.
What does it mean?
Asked
Active
Viewed 3,821 times
1
1 Answers
0
Straight from the docs:
"The next/image component's default loader uses the 'squoosh' library for image resizing and optimization. This library is quick to install and suitable for a dev server environment. For a production environment, it is strongly recommended that you install the optional sharp library by running yarn add sharp
in your project directory."
see if this helps

RGog
- 96
- 12