Skip to content

Support for embedding youtube videos in blog posts #622

Discussion options

You must be logged in to vote

My mistake. I was able to integrate the video plugin by overriding mdx from the theme. Your answer from this discussion was very helpful. What threw me off a bit was disabling mdx (I didnt understand how to do it).

In case someone else is having trouble with figuring out how to set mdx, it can be done as follows:

{
    resolve: `@lekoarts/gatsby-theme-minimal-blog`,
    // See the theme's README for all available options
    options: {
        mdx: false,
        externalLinks: [...],
    },
},

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@LekoArts
Comment options

Answer selected by LekoArts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants