feat: some stuff
Some checks failed
Deploy to GitHub Pages / build (push) Failing after 14m41s
Deploy to GitHub Pages / deploy (push) Has been skipped

This commit is contained in:
2024-04-03 21:09:50 +02:00
parent d025f7e01b
commit 1e04a7be6f
46 changed files with 241 additions and 48 deletions

View File

@@ -8,6 +8,9 @@ comments: true
import Image from "@components/Image.astro";
import Render01 from "./images/Render_01.jpg";
import Untitled from "./images/untitled.png";
import ImageGallery from "@components/ImageGallery.svelte";
<ImageGallery client:load/>
<Image alt="Render 01" src={Render01} />
<Image alt="Untitled" src={Untitled} />