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
warn Plugin `gatsby-plugin-mdx` tried to define the GraphQL type `MdxFrontmatter`, which has already been defined by the plugin `@eshlox/gatsby-theme-axii`.
warn Plugin `gatsby-plugin-mdx` tried to define the GraphQL type `Mdx`, which has already been defined by the plugin `@eshlox/gatsby-theme-axii`.
The theme allows us to add
comments: false
to the frontmatter to disable comments for the article.The theme should create a
comments
type for GraphQL in case there is no article with thecomment
option, otherwise, it won't work.I wanted to add this to
gatsby-node.js
:but it does not create a new type.
I see these warnings during the build process:
Maybe there is another/better way?
The text was updated successfully, but these errors were encountered: