I have a live site for a client with a content writer using Sanity to write blog posts at https://loumarcsigns.com/blog/. Now, she wrote a post yesterday and hit publish in Sanity. I can see the Webhook fired, and Netlify rebuilt the site.
I can see the blog page was built (Line 110) , and the new blog post (Line 112 see attached screenshot).
The new page shows up on the site if you manually enter the URL (https://loumarcsigns.com/loumarc-signs-unveils-new-bucket-truck-a-commitment-to-professionalism-sustainability-and/), however it doesn't show up on the blogroll page (https://loumarcsigns.com/blog/).
Here is the code for the blogroll page on GitHub (https://github.com/frankstallone/loumarc-astro/blob/main/astro/src/pages/blog.astro#L8). What am I doing wrong?