--- import pb from "../lib/pb"; const { href, title, body, image } = Astro.props; let imageURL; if (image) { imageURL = pb.files.getUrl(image, image.file); } ---