Gatsby Blog Starter

links

December 05, 2020

Internal Links in your Markdown will not cause a browser refresh.

This works for absolute and relative links:

  • [absolute images](https://github.io/gatsby-blog-typescript-jest-tailwind/posts/images)

  • [relative images](/posts/images)

For configuration see gatsby-plugin-catch-links.

Exteranl links are handled with gatsby-remark-external-links. with the defaults of target: _blank and rel: nofollow noopener noreferrer.