Fixed a bug in blog post retrieval

I am querying Supabase to see if blog posts already exists. If the query and thus the URL gets too large, an error occurs. Fixed by chunking the blog posts and not checking too many posts at once.