links/src/components/Picture.astro

8 lines
168 B
Text
Raw Normal View History

2023-01-06 21:34:12 +01:00
---
import { Image } from '@astrojs/image/components';
import logo from '../assets/images/logo.png';
---
<Image src={logo} alt="" class="rounded-full w-28" /><img />