--- const { image, alt, short = false, widths = [800, 1400], sizes = '100vw', priority = false, } = Astro.props; const largest = widths[widths.length - 1]; const srcset = widths.map(w => `/images/${image}-${w}.jpg ${w}w`).join(', '); ---