Update image

This commit is contained in:
Brayd 2024-01-04 17:10:54 +01:00
parent c0064b91b7
commit 6f6a3196c3
Signed by: brayd
SSH Key Fingerprint: SHA256:qfebJ1zYUipSSbdcVk/qygkt0xr4VSzCKk7LXw6DGe0
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,7 @@
import { Image } from "astro:assets";
import PageLayout from "@/layouts/Base";
import aboutImg from "@/assets/about-astro.png";
import aboutImg from "@/assets/planet.png";
const meta = {
title: "Oh! Die Seite hier gibt's gar nicht!",
@ -22,6 +22,8 @@ const meta = {
src={aboutImg}
alt="A cartoon cactus looking at the 'Astro.build' logo"
loading="eager"
width="250"
height="250"
/>
</div>
</PageLayout>