--- interface Props { href: string; } const base = import.meta.env.BASE_URL === '/' || !import.meta.env.BASE_URL ? '' : import.meta.env.BASE_URL; const site = import.meta.env.SITE ?? ''; const { href } = Astro.props; ---