Link within a RichText to internal page

When I have a link within a RichText component, is it possible to link to an internal page using Gatsby Link somehow?

Hello @mitchelsarauer!

Yes it is possible. You need to configure <PrismicProvider> to wrap your application and pass the following props to it: internalLinkComponent and linkResolver. Then, will automatically use these to generate the correct internal URLS.

Here's the documentation for Links and Content Relationship fields.

Let me know if you need help configuring your project setup.
Thanks