import Link from 'next/link' export default function CoverImage({ title, url, slug }) { return (
{slug ? ( {title} ) : ( {title} )}
) }