import BLOG from '@/blog.config' import Link from 'next/link' const BlogPostMini = ({ post }) => { return (
{post.summary}