Rich Haines
Rich Haines
Hey team! Any update on this? Id kill for the ability to just search `border` or `config` etc.. Love the lib 🖤
Hey @timsuchanek ! Hmm, I tested this and you do get both profile and posts in the `userPosts` type:  I'll chat with @millsp though 😀
This is getting out of hand with these commits. Closing this PR until its sorted 😅
I fixed it! Sorry about all the commits 😬
> thank you for tackling this! it looks like some generated files got checked in, but overall I think this looks solid. I have one question about the dist target...
Is this ever going to be looked at again? Is this package maintained?
Sure I can ask a few people
Im seeing this too
This is the fix: https://gist.github.com/jeffreymeng/78bd7f6b0f301fa5ef04359cd512222b
> If this > > ``` > const metaImage = image && image.src ? `${data.site.siteMetadata.siteUrl}${image.src}` : null` > ``` > > works on single post, how do I, if I...