treefarmstudio / astro-sanity

This is a helper package to integrate Astro and Sanity
https://www.npmjs.com/package/astro-sanity
MIT License
102 stars 10 forks source link

Fixed sanity deprecation error on astro build #25

Closed VojtaStruhar closed 11 months ago

VojtaStruhar commented 1 year ago

Fixes Issue #24

This is the only place in the code where the deprecated default export of @sanity/client is used, so I replaced it with the proper named export.

Please verify the change. I tested it by npm linking the fixed version and it worked fine - no error was printed during build.