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
At the moment links on a page that link to another page on the website are treated as external and result in reloading the page, which defeats the purpose of Next.js universal routing.
Would be cool to separate links and the ones that internal (start with a slash) should be wrapped in a <Link>
The text was updated successfully, but these errors were encountered:
At the moment links on a page that link to another page on the website are treated as external and result in reloading the page, which defeats the purpose of Next.js universal routing.
Would be cool to separate links and the ones that internal (start with a slash) should be wrapped in a
<Link>
The text was updated successfully, but these errors were encountered: