--- interface Props { src: string author: string url: string } const { src, author, url } = Astro.props ---
{author}
Author: {author}