diff --git a/src/components/LeftNav.astro b/src/components/LeftNav.astro index 30041b4..e75e782 100644 --- a/src/components/LeftNav.astro +++ b/src/components/LeftNav.astro @@ -4,15 +4,21 @@ import { Content as ShortBio } from "../content/partials/shortBio.md"; import links from "../data/links"; import { Image } from "astro:assets"; import portrait from "../assets/self.png"; + +const target = Astro.url.pathname === "/" ? "/about/" : "/"; ---