--- const pathname = Astro.url.pathname; const navItems = [ { href: '/waitlist', label: '等待名单' }, { href: '/changelog', label: '更新日志' }, { href: '/support', label: '支持' }, ]; ---