1 2 3 4 5 6
--- import { Image } from 'astro:assets'; import penguin from '../assets/penguin.png'; --- <Image src={penguin} width={300} alt="" />