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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user