links/src/components/Picture.astro
2023-01-06 21:34:12 +01:00

7 lines
168 B
Text

---
import { Image } from '@astrojs/image/components';
import logo from '../assets/images/logo.png';
---
<Image src={logo} alt="" class="rounded-full w-28" /><img />