1
0
mirror of https://github.com/prometheus/docs.git synced 2026-02-05 06:45:01 +01:00

Use Next Link for links to blog posts

Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
Julius Volz
2025-05-27 09:53:28 +02:00
parent 99ffb28ac0
commit a77be165a0

View File

@@ -35,7 +35,7 @@ export default function BlogPage() {
// on the Card breaks the scroll-margin-top of the Title / h1, and
// the title ends up under the sticky header.
<Card key={path} withBorder style={{ overflow: "unset" }}>
<Anchor c="inherit" href={path}>
<Anchor component={Link} c="inherit" href={path}>
<Title order={1} mt={0} mb="xs" id={headingSlug(params)}>
{frontmatter.title}
</Title>