--- import Image from "astro/components/Image.astro"; const { src, alt } = Astro.props; import { getImageByPath } from "@lib/utils"; const image = getImageByPath(src); --- { image && (