Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(v2): open external links in new tab by default (#2780)
Docusaurus is already opinionated about doing this, for example the navbar and footer do this already. This changes the Link component to do the same. This includes links in markdown in the form of `[label](url)`. You can override this behaviour by passing the target: '_self' prop.
- Loading branch information