--- const navItems = [ { href: '/about', label: 'Sobre mí' }, { href: '/projects', label: 'Proyectos' }, { href: '/blog', label: 'Blog' }, ]; const currentPath = Astro.url.pathname; ---