--- interface Props { target: string; } const { target } = Astro.props; const href = `#${target}`; --- Figure ?