We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4716a6c commit af28b5dCopy full SHA for af28b5d
src/pages/blog/[slug].astro
@@ -39,7 +39,7 @@ const url = `https://defguard.net/blog/${entry.slug}`;
39
imageHeight="540"
40
tags={[]}
41
>
42
- <Navigation activeSlug="/blog" />
+ <Navigation activeSlug="/blog/" />
43
44
<main id="blog-post-page">
45
<article class="blog-post">
src/pages/blog/index.astro
@@ -34,7 +34,7 @@ const url = "https://defguard.net/blog";
34
35
36
37
38
<main id="blog-page">
<FlexibleSection
0 commit comments