Skip to content

Backlinks

This page discusses how you can use frontmatter to configure how the <PageBacklinks /> component renders the backlinks for this page.

Visibility

The visible frontmatter key allows you to explicitly show or hide the backlinks view for a page, when using the <PageBacklinks /> component.

Backlinks will be revealed in the page.

src/content/docs/my-page.md
---
title: My Page
backlinks:
visible: true
---
Some important text.