aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLarsVomMars2024-12-27 13:03:50 +0100
committerLarsVomMars2024-12-27 13:03:50 +0100
commitf0d4ec9f16109a18e2ea60a708e2f33d8cc76446 (patch)
tree65d1e101ff27cfed14cdcbdd449df59f12142e2a
parent1ffbf71a057e8789fd6471e319a9a16c4ce031e1 (diff)
oopsiee
-rw-r--r--src/components/HeaderLink.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/HeaderLink.astro b/src/components/HeaderLink.astro
index b98a39e..c53880d 100644
--- a/src/components/HeaderLink.astro
+++ b/src/components/HeaderLink.astro
@@ -10,7 +10,7 @@ const isActive = href === pathname || href === "/" + (subpath?.[0] || "");
---
<a
- href={"/base/" + href}
+ href={"/astro-blog/" + href}
class:list={[className, { active: isActive }]}
{...props}
>