Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Does this work with gatsby-plugin-mdx ? #19

Open
will-sherman opened this issue Jan 3, 2020 · 0 comments
Open

Does this work with gatsby-plugin-mdx ? #19

will-sherman opened this issue Jan 3, 2020 · 0 comments

Comments

@will-sherman
Copy link

I tried this to no avail:
plugins: [
{
resolve: "gatsby-transformer-remark",
options: {
plugins: ["@weknow/gatsby-remark-twitter"]
}
}
];

I'm wondering if there's a conflict with how my config is set up, using gatsby-plugin-mdx. Is there a way to integrate @weknow/gatsby-remark-twitter into the following gatsby-config.js ?

{
resolve: gatsby-plugin-mdx,
options: {
extensions: [".mdx", ".md"],
gatsbyRemarkPlugins: [
{
resolve: gatsby-remark-images,
options: {
maxWidth: 590,
},
},
{
resolve: gatsby-remark-responsive-iframe,
options: {
wrapperStyle: margin-bottom: 1.0725rem,
},
},
{
resolve: gatsby-remark-vscode,
},
{
resolve: gatsby-remark-copy-linked-files,
},
{
resolve: gatsby-remark-smartypants,
},
],
},
},

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant