Javascript – How to make a Next.JS Link inside a Link only open a new tab with internal url and not redirect to external url?
I am creating a project component for my homepage which displays a project. When the user clicks on the component, I want the overall component to redirect to the specific project page. However, when they specifically click the GitHub icon,…