diff options
author | LarsVomMars | 2024-12-27 13:03:50 +0100 |
---|---|---|
committer | LarsVomMars | 2024-12-27 13:03:50 +0100 |
commit | f0d4ec9f16109a18e2ea60a708e2f33d8cc76446 (patch) | |
tree | 65d1e101ff27cfed14cdcbdd449df59f12142e2a | |
parent | 1ffbf71a057e8789fd6471e319a9a16c4ce031e1 (diff) |
oopsiee
-rw-r--r-- | src/components/HeaderLink.astro | 2 |
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} > |