--- export interface Props { username: string; href: string; } const { username, href } = Astro.props as Props; ---

Follow me @{username}