feat: update index page image
This commit is contained in:
parent
b15a74e7b9
commit
ab19d18649
BIN
src/images/server.png
Normal file
BIN
src/images/server.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.8 MiB |
@ -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}>
|
||||||
|
Loading…
Reference in New Issue
Block a user