The og:images from the individual articles meta tags are given in the article object rather than the generic "whole site" ones.
Fixes issue
Closes #79
Added tests?
[ ] 👍 yes
[ ] 🙅 no, because they aren't needed
[x] 🙋 no, because I need help
@TAKANOME-DEV , from what I've read it is to do with the level of mocking happening in the mocks. As I added a deeper level of axios call, I need to reflect that in the mock, but haven't managed to yet if you have any suggestions it would be greatly appreciated!
Also tidied up sources a little
What type of PR is this? (check all applicable)
Description
The
og:image
s from the individual articles meta tags are given in the article object rather than the generic "whole site" ones.Fixes issue
Closes #79
Added tests?
Added to documentation?