remorses / dokz

Effortless documentation with Next.js and MDX
466 stars 40 forks source link

Defer external and internal links #50

Open talentlessguy opened 3 years ago

talentlessguy commented 3 years ago

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>