Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 308 Bytes

install-sharp.md

File metadata and controls

15 lines (10 loc) · 308 Bytes

Install sharp to Use Built-In Image Optimization

Why This Error Occurred

Using Next.js' built-in Image Optimization requires that you bring your own version of sharp.

Possible Ways to Fix It

Please install the sharp package in your project.

npm i sharp
# or
yarn add sharp