{post.title}
{post.feature_image && ( // feature_image is stored as "../assets/xyz", serve from "/assets/xyz" @@ -52,18 +52,18 @@ export default function BlogPostPage({ params }: Props) { /> )} {post.published_at && ( -+
{new Date(post.published_at).toLocaleDateString( siteConfig.defaultLocale )}
)} {post.tags && ( -+
{post.tags.map((t) => ( #{t}