1 2 3 4 5 6 7 8 9 10 11 12 13
--- import { Image } from 'astro:assets'; import penguin from '../assets/penguin.png'; --- <Image src={penguin} width={300} alt="" /> <Image src="https://images.unsplash.com/photo-1567674867291-b2595ac53ab4" width={300} height={400} alt="Astro" />