feat: remove Sal.js

Fewer animations for the new year.
This commit is contained in:
Stefan Imhoff
2025-01-03 13:39:25 +01:00
parent 154dbb3017
commit 1560013a07
30 changed files with 23 additions and 525 deletions

View File

@@ -5,7 +5,6 @@ type Sketchnotes = CollectionEntry<'sketchnotes'>;
import { getCollection } from 'astro:content';
import { sortBySortKey } from '../utils';
import { animation } from '../data/site';
import GridLayout from '../layouts/GridLayout.astro';
import Image from '../components/Image.astro';
@@ -27,7 +26,6 @@ const description = 'This is a collection of Sketchnotes Ive drawn.';
<article
class="col-start-1 col-end-17 grid md:col-start-4 md:col-end-12 xl:col-start-5 xl:col-end-11 print:block"
{...animation}
>
<Intro components={mapping} />
</article>
@@ -59,7 +57,6 @@ const description = 'This is a collection of Sketchnotes Ive drawn.';
data.images[0].aspectRatio < 1 && data.coverSize === 'large',
},
]}
{...animation}
>
<Link title={data.title} href={`/sketchnotes/${slug}/`}>
<Image