Pfad-Problem behoben. Hoffe ich...
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 9s

This commit is contained in:
2026-03-31 12:41:13 +02:00
parent a44d1363cd
commit df6a0fa504
3 changed files with 21 additions and 4 deletions

View File

@@ -1,8 +1,6 @@
---
// src/components/Header.astro
import Logo from './Logo.astro';
// Optional: Logik um den aktiven Link zu erkennen
const pathname = new URL(Astro.request.url).pathname;
const currentPath = pathname.slice(1);
---