--- import webpPath from '../images/logo.webp' import avifPath from '../images/logo.avif' interface Props { size?: number } const { size } = Astro.props --- logo