Silvio Eckl
Results
12
comments of
Silvio Eckl
I was also struggling with this and needed quite some time to figure it out. I expected the config to work like it does for many other modules I have...
I haven't tested your query but what jumped at me is that you are not using a template literal for the query like: ```js const query = groq`{"BlogPosts": *[_type=='blog_post'] |...