Hi all! I followed the documentation and was able to create a CRM with Hygraph and I thought I had connected things correctly to my site but think I’m missing a step to bind the data. This is what I see when I inspect. I don’t see any data. Could anyone advise?
Final thing I haven’t gotten down is the site map. I see all my url slugs when I inspect. But I don’t see it on the site map. It all says /undefined/ ? I haven’t published yet, but would that be why or am I missing something else?
you are using Posts.slug but that's wrong you want a collection that will iterate over posts, just like you do it on the posts page and inside that collection you would render an xml node for each post
Oleg, the blog overview seems to be different. I’m able to bring in one blog but it seems to be duplicating across new content cards and I am using the post item query. Is there something I’m missing for this?
That’s what I’m confused about. That section is breezed through and I followed that query and got nothing. I followed the query shared in the template and that worked but it’s not translating from the collection component
So I actually had this correct the entire time. The issue is the way I designed it where I have the same article repeating +9x and then it does the same for the next article. How would I handle with wanting a different design for the most recent blog and the next 4 blogs and then maintain a standard design for everything else.