You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Next has a standard component for anchors which is more performant and it practically forces you to use it.
Example: <a href="./">Home</a> <Link href="./">Home</Link>
Next has a standard component for anchors which is more performant and it practically forces you to use it.
Example:
<a href="./">Home</a><Link href="./">Home</Link>