Skip to content

Instantly share code, notes, and snippets.

@theuves
Created February 26, 2019 19:46
Show Gist options
  • Save theuves/079ac0fbb4047e8e676e7237195a96d0 to your computer and use it in GitHub Desktop.
Save theuves/079ac0fbb4047e8e676e7237195a96d0 to your computer and use it in GitHub Desktop.
A component to use internal and external links with Gatsby.
@theuves
Copy link
Author

theuves commented Feb 26, 2019

// Internal:
<Link to='/example'>
  Example 1
</Link>

// External:
<Link href='https://example.com'>
  Example 2
</Link>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment