delucis / astro-netlify-cms

Integration to add Netlify CMS’s admin dashboard to any Astro project
161 stars 21 forks source link

When we hover over author in header section it turns to text cusor and author href doesn't work in header section #6

Closed DenjixPochita closed 2 years ago

DenjixPochita commented 2 years ago

You can check it on https://randomname123.netlify.app/posts/ The problem is only in header section.

delucis commented 2 years ago

Thanks for the bug report! The URL prop wasn’t being passed to the Post component correctly. Fixed in 9728c7b2b5c8e7c2cb69b93d3206f1bc14c07656.

DenjixPochita commented 2 years ago

Owo that was super quick! Thanks for the fix!