--- const { image } = Astro.props.openGraph.basic; const { secureUrl, type, width, height, alt } = Astro.props.openGraph.image; --- {secureUrl ? : null} {type ? : null} {width ? : null} {height ? : null} {alt ? : null}