feat: update index page image

This commit is contained in:
Lars Hampe 2024-08-17 18:22:02 +02:00
parent b15a74e7b9
commit ab19d18649
2 changed files with 1 additions and 1 deletions

BIN
src/images/server.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 MiB

View File

@ -3,7 +3,7 @@ import { SITE_TITLE, SITE_DESCRIPTION } from "../consts";
import H1 from "../components/ui/headings/H1.astro"; import H1 from "../components/ui/headings/H1.astro";
import Page from "../layouts/Page.astro"; import Page from "../layouts/Page.astro";
import { Image } from 'astro:assets'; import { Image } from 'astro:assets';
import myImage from '../images/server.jpg'; import myImage from '../images/server.png';
--- ---
<Page title={SITE_TITLE} description={SITE_DESCRIPTION}> <Page title={SITE_TITLE} description={SITE_DESCRIPTION}>