Currently, I am working on a project where I'm using WordPress as a headless CMS with GraphQL for my Next.js app. Most aspects are running smoothly except for the internal content links within articles that are fetched through the WP API. These links are in plain <a></a>
format and cause the browser to reload when clicked. Is there any way to switch them out for the Link Component
instead?