--- interface Props { repository: string; } const { repository } = Astro.props; ---