mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 12:05:28 +00:00
refactor: replace all images
This commit is contained in:
committed by
Stefan Imhoff
parent
42d1bb42a8
commit
14c4a83147
@@ -10,7 +10,7 @@ import { site } from '../data/site';
|
||||
import GridLayout from '../layouts/GridLayout.astro';
|
||||
|
||||
import PageTitle from '../components/PageTitle.astro';
|
||||
import Image from '../components/Image.astro';
|
||||
import BasicImage from '../components/BasicImage.astro';
|
||||
import JournalList from '../components/JournalList.astro';
|
||||
|
||||
/* FIXME: Remove hack as soon as this issue is resolved:
|
||||
@@ -49,11 +49,11 @@ rssPosts.sort(sortMarkdownByDate);
|
||||
<div
|
||||
class="col-start-1 col-end-19 md:col-start-1 md:col-end-11 xl:col-end-11 [&_div]:!border-x-0 [&_div]:!mbe-0 [&_div]:md:!border-s-0"
|
||||
>
|
||||
<Image
|
||||
<BasicImage
|
||||
alt="Bonsai"
|
||||
loading="eager"
|
||||
role="presentation"
|
||||
src="/assets/images/cover/bonsai.webp"
|
||||
src="/images/cover/bonsai.webp"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user