You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.
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 ?
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
,},
],
},
},
The text was updated successfully, but these errors were encountered: