UX issue: index page and blog-post page appear identically if featuredImage is present
Thanks for this repository- I found it on Netlify.
These two screens appear identical, no? Notice the URL is different, because I clicked on the first post, which happens to have a featured image. My workaround is to remove the FeaturedImage component from the BlogPostTemplate component so the blog post appears different and reader will know they are reading a different page...


Thanks for bringing this up! This is actually by design as the header, featured image, title, and date all pull over from the feed to the actual blog post. I agree however that if you click the very first blog post in the list, there isn't a ton of noticeable change in the top half of the page which can be potentially confusing. I will look into a possible solution that still allows for the feature image to be maintained, such as potentially having a smaller crop of the image in the main feed.