--- interface Props { source: string; prefix?: string; } const { source, prefix = 'via' } = Astro.props; --- {prefix} {source}