--- import { CATEGORIES } from '../../lib/blog-const'; import type { Post } from '../../lib/posts'; interface Props { post?: Post } const { post } = Astro.props; ---
{post?.cover && }
Salva