Skip to content

Commit f0d4ec9

Browse files
committed
oopsiee
1 parent 1ffbf71 commit f0d4ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/HeaderLink.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const isActive = href === pathname || href === "/" + (subpath?.[0] || "");
1010
---
1111

1212
<a
13-
href={"/base/" + href}
13+
href={"/astro-blog/" + href}
1414
class:list={[className, { active: isActive }]}
1515
{...props}
1616
>

0 commit comments

Comments
 (0)