modify a href link in mdx post. so that, internal url uses <Link> component , external link use target="_blank"
Mission
To retain Single web page application, it's a good idea to have external links in your blog open in new tabs with `target="_blank". try this example - hackernews. This way, site remains open in another tab. Implementing this MDX is straightforward just need to create one component and add it to your MDX configuration.