sanity-io / sanity-algolia

Utilities for indexing Sanity documents in Algolia
MIT License
67 stars 16 forks source link

fix: Remove dependency, add examples #36

Closed runeb closed 1 year ago

runeb commented 1 year ago

This module was depending on @sanity/client, but only for typescript types. Remove the dependency all together and will instead expect an object with a suitable fetch function passed in.

Also added more examples and updated README