Open joshakeman opened 5 years ago
I have the same issue.
@digitalhydra can you take a look at this?
That option works for me now 👀
...
{
resolve: "gatsby-transformer-remark",
options: {
plugins: [
...
{
resolve: "@weknow/gatsby-remark-twitter",
options: {
align: 'center'
}
}
]
}
},
...
Sadly it is not working for me :| Tried all options.
I'm using this plugin in a gatsby blog I'm developing and it seems to work beautifully. The only snag is I can't seem to get the align: 'center' option to work. Here's what my config looks like