vue-rss-blog
vue-rss-blog copied to clipboard
Fix/thumbnail image not showing
thumbnail data seems empty hence it doesn't show any image, the RSS might be changed.
hence, I've added hacky fix by getting any image URL from first src on content
data.
not sure if it's the proper way to do this, but so far it works well on my project 🥂