lorenzodejong / next-sanity-image

Utility for using responsive images hosted on the Sanity.io CDN with the Next.js image component.
MIT License
149 stars 20 forks source link

feat(deps): allow Next 13 peer dep #47

Closed jimCresswell closed 1 year ago

jimCresswell commented 2 years ago

I don't know if more than this is needed, I understand the next/image API has changed. But maybe this is enough to allow installation and start diagnosing issues.

Progresses #46

lorenzodejong commented 2 years ago

Thanks for the PR, i will have to test the implementation against the latest version of Next. Judging from the comparison in the documentation it looks like the library remains compatible on first inspection (https://nextjs.org/docs/api-reference/next/legacy/image#comparison).

jimCresswell commented 2 years ago

Thanks for taking a look!

jimCresswell commented 1 year ago

:tada: