Category: CMS
-

Using Webhooks to Update an Algolia Index on Every Sanity Edit
While exploring Sanity and Algolia, I decided to investigate how to keep my Algolia index updated as edits were made in the Sanity Studio. It turned out that this was super simple to set up by using webhooks in the Sanity Studio configuration. I followed a great guide on Sanity…
-

Using GROQ to Extract an Excerpt from a Sanity Block Content Field
I was digging into Sanity to learn a little bit more about GROQ and how the queries work while building out a potential replacement for my blog hosting. When listing articles, one of the most common things I want to do is show a little excerpt from the article, but…