feat: add Sal.js scroll animations

This commit is contained in:
Stefan Imhoff
2023-06-10 20:31:47 +02:00
parent bb32c6494c
commit f6205c1e4a
24 changed files with 195 additions and 37 deletions

View File

@@ -5,6 +5,7 @@ import { Sprite } from 'astro-icon';
import ThemeProvider from '../components/ThemeProvider.astro';
import PageHeader from '../components/PageHeader.astro';
import PageFooter from '../components/PageFooter.astro';
import Sal from '../components/Sal.astro';
export interface Props {
backLink?: string;
@@ -53,6 +54,7 @@ const { backLink, footer = true, header = true, title, description } = Astro.pro
rel="preload"
type="font/woff2"
/>
<Sal />
<ThemeProvider />
</head>
<body