Skip to content

Add rel="external" to links in "about" page

Christophe Benz requested to merge 870-fix-links-in-about-page into master

Without it, Sapper considers https://db.nomics.world/docs/ as an internal link, and tries to navigate to the /docs Sapper page, which does not exist. This change adds a rel="external" to every link of the about page content, so that Sapper stops handling them.

Merge request reports