--- const { pathname } = Astro.url; const { class: className, href, ...props } = Astro.props; const isActive = href === pathname || href === pathname.replace(/\/$/, ''); ---