From b08ce97042a26c2145203680db11c960e6dfd219 Mon Sep 17 00:00:00 2001 From: Eduard Iten Date: Tue, 31 Mar 2026 14:07:21 +0200 Subject: [PATCH] Fixed header link --- src/components/Header.astro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Header.astro b/src/components/Header.astro index 142bab6..e18c8c2 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -1,5 +1,6 @@ --- import Logo from './Logo.astro'; +import getPath from '../utils/paths'; const pathname = new URL(Astro.request.url).pathname; const currentPath = pathname.slice(1); @@ -7,7 +8,7 @@ const currentPath = pathname.slice(1);