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 1ffbf71 commit f0d4ec9Copy full SHA for f0d4ec9
src/components/HeaderLink.astro
@@ -10,7 +10,7 @@ const isActive = href === pathname || href === "/" + (subpath?.[0] || "");
10
---
11
12
<a
13
- href={"/base/" + href}
+ href={"/astro-blog/" + href}
14
class:list={[className, { active: isActive }]}
15
{...props}
16
>
0 commit comments