import React from "react"; import Image from "next/image"; function BlogContent({ post }: { post: any }) { return (
{post.author ?? ""}
Last modified {new Date(post.updated).toLocaleDateString()}