--- import Author from './Author.astro'; export let title: string; export let author: string; export let publishDate: string; export let heroImage: string; ---
{publishDate}