Removed swiper

This commit is contained in:
Alexis
2025-12-21 18:12:18 +01:00
parent a207235062
commit 9ad25431b5
5 changed files with 1 additions and 15 deletions

View File

@@ -42,8 +42,6 @@ const websiteDomain = "alexcreates.fr"
<meta property="og:author" content={authorName} />
<meta property="og:author:username" content={authorUsername} />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css">
<HeadFavicon />
<meta name="msapplication-TileColor" content="#065f46">

View File

@@ -42,8 +42,6 @@ const websiteDomain = "alexcreates.fr"
<meta property="og:author" content={authorName} />
<meta property="og:author:username" content={authorUsername} />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css">
<HeadFavicon />
<meta name="msapplication-TileColor" content="#065f46">

View File

@@ -45,7 +45,7 @@ import Layout from '../layouts/Layout.astro';
</Heading>
<Fragment slot="body">
<p>I wasn't satisfied with the custom calendar apps currently available ; especially with their interfaces. So I <i>obviously</i> has to make my own !</p>
<p>I wasn't satisfied with the custom calendar apps currently available ; especially with their interfaces and lack of responsivity. So I decided to make my own !</p>
<p>It also was the perfect excuse to experiment and push Nuxt / Shadcn code to production</p>
</Fragment>
</Card>